Shades of Medium Red Violet #B2259C
Tints of Medium Red Violet #B2259C
RGB
CMYK
RGB Variations
Color information
#B2259C (or 0xB2259C) is known color: Medium Red Violet. HEX triplet: B2, 25 and 9C. RGB value is (178,37,156). Sum of RGB (Red+Green+Blue) = 178+37+156=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2259C is #4DDA63. Grayscale: #5C5C5C. Windows color (decimal): -5102180 or 10233266. OLE color: 10233266.
HSL color Cylindrical-coordinate representation of color #B2259C: hue angle of 309.36º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2259C is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 156 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.30 |
| HSL | 309.36º | 0.66% | 0.42% | - |
| HSV(B) | 309.36º | 0.79% | 0.7% | - |
| XYZ | 25.02 | 13.19 | 32.68 | - |
| YUV | 92.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 156 | 0 | 0.79 | 0.12 | 0.30 | 309.36 | 0.66 | 0.42 |
| Hex | B2 | 25 | 9C | 0 | 4F | C | 1E | 135 | 42 | 2A |
| Octal | 262 | 45 | 234 | 0 | 117 | 14 | 36 | 465 | 102 | 52 |
| Binary | 10110010 | 100101 | 10011100 | 0 | 1001111 | 1100 | 11110 | 100110101 | 1000010 | 101010 |
Color Harmonies of #B2259C
Complementary color
Monochromatic Colors of #B2259C
Black with #B2259C
Text Example
Text Example
White with #B2259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2259C; }
p { color: rgb(178,37,156); }
H1.HeaderClassName
{
color: #B2259C;
}
.AnyTagClassName
{
color: #B2259C;
}
</style>
background-color css
<style>
a { background-color: #B2259C; }
a { background-color: rgb(178,37,156); }
div.DivClassName
{
background-color: #B2259C;
}
.BgClassName
{
background-color: #B2259C;
}
</style>
border-color css
<style>
span { border-color: #B2259C; }
span { border-color: rgb(178,37,156); }
td.TdClassName
{
border-color: #B2259C;
}
.TagClassName
{
border-color: #B2259C;
}
</style>