Shades of Medium Violet Red #BB039C
Tints of Medium Violet Red #BB039C
RGB
CMYK
RGB Variations
Color information
#BB039C (or 0xBB039C) is known color: Medium Violet Red. HEX triplet: BB, 03 and 9C. RGB value is (187,3,156). Sum of RGB (Red+Green+Blue) = 187+3+156=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB039C is #44FC63. Grayscale: #4B4B4B. Windows color (decimal): -4521060 or 10224571. OLE color: 10224571.
HSL color Cylindrical-coordinate representation of color #BB039C: hue angle of 310.11º 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 #BB039C is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.27 |
| HSL | 310.11º | 0.97% | 0.37% | - |
| HSV(B) | 310.11º | 0.98% | 0.73% | - |
| XYZ | 26.53 | 13.03 | 32.57 | - |
| YUV | 75.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 156 | 0 | 0.98 | 0.17 | 0.27 | 310.11 | 0.97 | 0.37 |
| Hex | BB | 3 | 9C | 0 | 62 | 11 | 1B | 136 | 61 | 25 |
| Octal | 273 | 3 | 234 | 0 | 142 | 21 | 33 | 466 | 141 | 45 |
| Binary | 10111011 | 11 | 10011100 | 0 | 1100010 | 10001 | 11011 | 100110110 | 1100001 | 100101 |
Color Harmonies of #BB039C
Complementary color
Monochromatic Colors of #BB039C
Black with #BB039C
Text Example
Text Example
White with #BB039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB039C; }
p { color: rgb(187,3,156); }
H1.HeaderClassName
{
color: #BB039C;
}
.AnyTagClassName
{
color: #BB039C;
}
</style>
background-color css
<style>
a { background-color: #BB039C; }
a { background-color: rgb(187,3,156); }
div.DivClassName
{
background-color: #BB039C;
}
.BgClassName
{
background-color: #BB039C;
}
</style>
border-color css
<style>
span { border-color: #BB039C; }
span { border-color: rgb(187,3,156); }
td.TdClassName
{
border-color: #BB039C;
}
.TagClassName
{
border-color: #BB039C;
}
</style>