Shades of Medium Violet Red #B9039C
Tints of Medium Violet Red #B9039C
RGB
CMYK
RGB Variations
Color information
#B9039C (or 0xB9039C) is known color: Medium Violet Red. HEX triplet: B9, 03 and 9C. RGB value is (185,3,156). Sum of RGB (Red+Green+Blue) = 185+3+156=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9039C is #46FC63. Grayscale: #4A4A4A. Windows color (decimal): -4652132 or 10224569. OLE color: 10224569.
HSL color Cylindrical-coordinate representation of color #B9039C: hue angle of 309.56º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9039C is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.27 |
| HSL | 309.56º | 0.97% | 0.37% | - |
| HSV(B) | 309.56º | 0.98% | 0.73% | - |
| XYZ | 26.04 | 12.78 | 32.55 | - |
| YUV | 74.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 156 | 0 | 0.98 | 0.16 | 0.27 | 309.56 | 0.97 | 0.37 |
| Hex | B9 | 3 | 9C | 0 | 62 | 10 | 1B | 136 | 61 | 25 |
| Octal | 271 | 3 | 234 | 0 | 142 | 20 | 33 | 466 | 141 | 45 |
| Binary | 10111001 | 11 | 10011100 | 0 | 1100010 | 10000 | 11011 | 100110110 | 1100001 | 100101 |
Color Harmonies of #B9039C
Complementary color
Monochromatic Colors of #B9039C
Black with #B9039C
Text Example
Text Example
White with #B9039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9039C; }
p { color: rgb(185,3,156); }
H1.HeaderClassName
{
color: #B9039C;
}
.AnyTagClassName
{
color: #B9039C;
}
</style>
background-color css
<style>
a { background-color: #B9039C; }
a { background-color: rgb(185,3,156); }
div.DivClassName
{
background-color: #B9039C;
}
.BgClassName
{
background-color: #B9039C;
}
</style>
border-color css
<style>
span { border-color: #B9039C; }
span { border-color: rgb(185,3,156); }
td.TdClassName
{
border-color: #B9039C;
}
.TagClassName
{
border-color: #B9039C;
}
</style>