Shades of Medium Violet Red #BB039D
Tints of Medium Violet Red #BB039D
RGB
CMYK
RGB Variations
Color information
#BB039D (or 0xBB039D) is known color: Medium Violet Red. HEX triplet: BB, 03 and 9D. RGB value is (187,3,157). Sum of RGB (Red+Green+Blue) = 187+3+157=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB039D is #44FC62. Grayscale: #4B4B4B. Windows color (decimal): -4521059 or 10290107. OLE color: 10290107.
HSL color Cylindrical-coordinate representation of color #BB039D: hue angle of 309.78º 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 #BB039D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.27 |
| HSL | 309.78º | 0.97% | 0.37% | - |
| HSV(B) | 309.78º | 0.98% | 0.73% | - |
| XYZ | 26.61 | 13.06 | 33.02 | - |
| YUV | 75.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 157 | 0 | 0.98 | 0.16 | 0.27 | 309.78 | 0.97 | 0.37 |
| Hex | BB | 3 | 9D | 0 | 62 | 10 | 1B | 136 | 61 | 25 |
| Octal | 273 | 3 | 235 | 0 | 142 | 20 | 33 | 466 | 141 | 45 |
| Binary | 10111011 | 11 | 10011101 | 0 | 1100010 | 10000 | 11011 | 100110110 | 1100001 | 100101 |
Color Harmonies of #BB039D
Complementary color
Monochromatic Colors of #BB039D
Black with #BB039D
Text Example
Text Example
White with #BB039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB039D; }
p { color: rgb(187,3,157); }
H1.HeaderClassName
{
color: #BB039D;
}
.AnyTagClassName
{
color: #BB039D;
}
</style>
background-color css
<style>
a { background-color: #BB039D; }
a { background-color: rgb(187,3,157); }
div.DivClassName
{
background-color: #BB039D;
}
.BgClassName
{
background-color: #BB039D;
}
</style>
border-color css
<style>
span { border-color: #BB039D; }
span { border-color: rgb(187,3,157); }
td.TdClassName
{
border-color: #BB039D;
}
.TagClassName
{
border-color: #BB039D;
}
</style>