Shades of Medium Violet Red #BB1B99
Tints of Medium Violet Red #BB1B99
RGB
CMYK
RGB Variations
Color information
#BB1B99 (or 0xBB1B99) is known color: Medium Violet Red. HEX triplet: BB, 1B and 99. RGB value is (187,27,153). Sum of RGB (Red+Green+Blue) = 187+27+153=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B99 is #44E466. Grayscale: #585858. Windows color (decimal): -4514919 or 10034107. OLE color: 10034107.
HSL color Cylindrical-coordinate representation of color #BB1B99: hue angle of 312.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B99 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 153 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.27 |
| HSL | 312.75º | 0.75% | 0.42% | - |
| HSV(B) | 312.75º | 0.86% | 0.73% | - |
| XYZ | 26.64 | 13.65 | 31.37 | - |
| YUV | 89.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 153 | 0 | 0.86 | 0.18 | 0.27 | 312.75 | 0.75 | 0.42 |
| Hex | BB | 1B | 99 | 0 | 56 | 12 | 1B | 139 | 4B | 2A |
| Octal | 273 | 33 | 231 | 0 | 126 | 22 | 33 | 471 | 113 | 52 |
| Binary | 10111011 | 11011 | 10011001 | 0 | 1010110 | 10010 | 11011 | 100111001 | 1001011 | 101010 |
Color Harmonies of #BB1B99
Complementary color
Monochromatic Colors of #BB1B99
Black with #BB1B99
Text Example
Text Example
White with #BB1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B99; }
p { color: rgb(187,27,153); }
H1.HeaderClassName
{
color: #BB1B99;
}
.AnyTagClassName
{
color: #BB1B99;
}
</style>
background-color css
<style>
a { background-color: #BB1B99; }
a { background-color: rgb(187,27,153); }
div.DivClassName
{
background-color: #BB1B99;
}
.BgClassName
{
background-color: #BB1B99;
}
</style>
border-color css
<style>
span { border-color: #BB1B99; }
span { border-color: rgb(187,27,153); }
td.TdClassName
{
border-color: #BB1B99;
}
.TagClassName
{
border-color: #BB1B99;
}
</style>