Shades of Medium Red Violet #B0209B
Tints of Medium Red Violet #B0209B
RGB
CMYK
RGB Variations
Color information
#B0209B (or 0xB0209B) is known color: Medium Red Violet. HEX triplet: B0, 20 and 9B. RGB value is (176,32,155). Sum of RGB (Red+Green+Blue) = 176+32+155=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0209B is #4FDF64. Grayscale: #585858. Windows color (decimal): -5234533 or 10166448. OLE color: 10166448.
HSL color Cylindrical-coordinate representation of color #B0209B: hue angle of 308.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0209B is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 155 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.31 |
| HSL | 308.75º | 0.69% | 0.41% | - |
| HSV(B) | 308.75º | 0.82% | 0.69% | - |
| XYZ | 24.34 | 12.63 | 32.17 | - |
| YUV | 89.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 155 | 0 | 0.82 | 0.12 | 0.31 | 308.75 | 0.69 | 0.41 |
| Hex | B0 | 20 | 9B | 0 | 52 | C | 1F | 135 | 45 | 29 |
| Octal | 260 | 40 | 233 | 0 | 122 | 14 | 37 | 465 | 105 | 51 |
| Binary | 10110000 | 100000 | 10011011 | 0 | 1010010 | 1100 | 11111 | 100110101 | 1000101 | 101001 |
Color Harmonies of #B0209B
Complementary color
Monochromatic Colors of #B0209B
Black with #B0209B
Text Example
Text Example
White with #B0209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0209B; }
p { color: rgb(176,32,155); }
H1.HeaderClassName
{
color: #B0209B;
}
.AnyTagClassName
{
color: #B0209B;
}
</style>
background-color css
<style>
a { background-color: #B0209B; }
a { background-color: rgb(176,32,155); }
div.DivClassName
{
background-color: #B0209B;
}
.BgClassName
{
background-color: #B0209B;
}
</style>
border-color css
<style>
span { border-color: #B0209B; }
span { border-color: rgb(176,32,155); }
td.TdClassName
{
border-color: #B0209B;
}
.TagClassName
{
border-color: #B0209B;
}
</style>