Shades of Medium Violet Red #BB0F75
Tints of Medium Violet Red #BB0F75
RGB
CMYK
RGB Variations
Color information
#BB0F75 (or 0xBB0F75) is known color: Medium Violet Red. HEX triplet: BB, 0F and 75. RGB value is (187,15,117). Sum of RGB (Red+Green+Blue) = 187+15+117=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F75 is #44F08A. Grayscale: #4D4D4D. Windows color (decimal): -4518027 or 7671739. OLE color: 7671739.
HSL color Cylindrical-coordinate representation of color #BB0F75: hue angle of 324.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F75 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 117 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.27 |
| HSL | 324.42º | 0.85% | 0.4% | - |
| HSV(B) | 324.42º | 0.92% | 0.73% | - |
| XYZ | 23.88 | 12.19 | 17.92 | - |
| YUV | 78.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 117 | 0 | 0.92 | 0.37 | 0.27 | 324.42 | 0.85 | 0.4 |
| Hex | BB | F | 75 | 0 | 5C | 25 | 1B | 144 | 55 | 28 |
| Octal | 273 | 17 | 165 | 0 | 134 | 45 | 33 | 504 | 125 | 50 |
| Binary | 10111011 | 1111 | 1110101 | 0 | 1011100 | 100101 | 11011 | 101000100 | 1010101 | 101000 |
Color Harmonies of #BB0F75
Complementary color
Monochromatic Colors of #BB0F75
Black with #BB0F75
Text Example
Text Example
White with #BB0F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F75; }
p { color: rgb(187,15,117); }
H1.HeaderClassName
{
color: #BB0F75;
}
.AnyTagClassName
{
color: #BB0F75;
}
</style>
background-color css
<style>
a { background-color: #BB0F75; }
a { background-color: rgb(187,15,117); }
div.DivClassName
{
background-color: #BB0F75;
}
.BgClassName
{
background-color: #BB0F75;
}
</style>
border-color css
<style>
span { border-color: #BB0F75; }
span { border-color: rgb(187,15,117); }
td.TdClassName
{
border-color: #BB0F75;
}
.TagClassName
{
border-color: #BB0F75;
}
</style>