Shades of Medium Violet Red #BB0F81
Tints of Medium Violet Red #BB0F81
RGB
CMYK
RGB Variations
Color information
#BB0F81 (or 0xBB0F81) is known color: Medium Violet Red. HEX triplet: BB, 0F and 81. RGB value is (187,15,129). Sum of RGB (Red+Green+Blue) = 187+15+129=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F81 is #44F07E. Grayscale: #4F4F4F. Windows color (decimal): -4518015 or 8458171. OLE color: 8458171.
HSL color Cylindrical-coordinate representation of color #BB0F81: hue angle of 320.23º 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 #BB0F81 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 129 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.27 |
| HSL | 320.23º | 0.85% | 0.4% | - |
| HSV(B) | 320.23º | 0.92% | 0.73% | - |
| XYZ | 24.63 | 12.49 | 21.88 | - |
| YUV | 79.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 129 | 0 | 0.92 | 0.31 | 0.27 | 320.23 | 0.85 | 0.4 |
| Hex | BB | F | 81 | 0 | 5C | 1F | 1B | 140 | 55 | 28 |
| Octal | 273 | 17 | 201 | 0 | 134 | 37 | 33 | 500 | 125 | 50 |
| Binary | 10111011 | 1111 | 10000001 | 0 | 1011100 | 11111 | 11011 | 101000000 | 1010101 | 101000 |
Color Harmonies of #BB0F81
Complementary color
Monochromatic Colors of #BB0F81
Black with #BB0F81
Text Example
Text Example
White with #BB0F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F81; }
p { color: rgb(187,15,129); }
H1.HeaderClassName
{
color: #BB0F81;
}
.AnyTagClassName
{
color: #BB0F81;
}
</style>
background-color css
<style>
a { background-color: #BB0F81; }
a { background-color: rgb(187,15,129); }
div.DivClassName
{
background-color: #BB0F81;
}
.BgClassName
{
background-color: #BB0F81;
}
</style>
border-color css
<style>
span { border-color: #BB0F81; }
span { border-color: rgb(187,15,129); }
td.TdClassName
{
border-color: #BB0F81;
}
.TagClassName
{
border-color: #BB0F81;
}
</style>