Shades of Medium Violet Red #BB0C75
Tints of Medium Violet Red #BB0C75
RGB
CMYK
RGB Variations
Color information
#BB0C75 (or 0xBB0C75) is known color: Medium Violet Red. HEX triplet: BB, 0C and 75. RGB value is (187,12,117). Sum of RGB (Red+Green+Blue) = 187+12+117=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C75 is #44F38A. Grayscale: #4C4C4C. Windows color (decimal): -4518795 or 7670971. OLE color: 7670971.
HSL color Cylindrical-coordinate representation of color #BB0C75: hue angle of 324º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C75 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.27 |
| HSL | 324º | 0.88% | 0.39% | - |
| HSV(B) | 324º | 0.94% | 0.73% | - |
| XYZ | 23.84 | 12.11 | 17.91 | - |
| YUV | 76.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 117 | 0 | 0.94 | 0.37 | 0.27 | 324 | 0.88 | 0.39 |
| Hex | BB | C | 75 | 0 | 5E | 25 | 1B | 144 | 58 | 27 |
| Octal | 273 | 14 | 165 | 0 | 136 | 45 | 33 | 504 | 130 | 47 |
| Binary | 10111011 | 1100 | 1110101 | 0 | 1011110 | 100101 | 11011 | 101000100 | 1011000 | 100111 |
Color Harmonies of #BB0C75
Complementary color
Monochromatic Colors of #BB0C75
Black with #BB0C75
Text Example
Text Example
White with #BB0C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C75; }
p { color: rgb(187,12,117); }
H1.HeaderClassName
{
color: #BB0C75;
}
.AnyTagClassName
{
color: #BB0C75;
}
</style>
background-color css
<style>
a { background-color: #BB0C75; }
a { background-color: rgb(187,12,117); }
div.DivClassName
{
background-color: #BB0C75;
}
.BgClassName
{
background-color: #BB0C75;
}
</style>
border-color css
<style>
span { border-color: #BB0C75; }
span { border-color: rgb(187,12,117); }
td.TdClassName
{
border-color: #BB0C75;
}
.TagClassName
{
border-color: #BB0C75;
}
</style>