Shades of Medium Violet Red #BB1B9F
Tints of Medium Violet Red #BB1B9F
RGB
CMYK
RGB Variations
Color information
#BB1B9F (or 0xBB1B9F) is known color: Medium Violet Red. HEX triplet: BB, 1B and 9F. RGB value is (187,27,159). Sum of RGB (Red+Green+Blue) = 187+27+159=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B9F is #44E460. Grayscale: #595959. Windows color (decimal): -4514913 or 10427323. OLE color: 10427323.
HSL color Cylindrical-coordinate representation of color #BB1B9F: hue angle of 310.5º 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 #BB1B9F is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 159 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.27 |
| HSL | 310.5º | 0.75% | 0.42% | - |
| HSV(B) | 310.5º | 0.86% | 0.73% | - |
| XYZ | 27.14 | 13.85 | 34.04 | - |
| YUV | 89.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 159 | 0 | 0.86 | 0.15 | 0.27 | 310.5 | 0.75 | 0.42 |
| Hex | BB | 1B | 9F | 0 | 56 | F | 1B | 136 | 4B | 2A |
| Octal | 273 | 33 | 237 | 0 | 126 | 17 | 33 | 466 | 113 | 52 |
| Binary | 10111011 | 11011 | 10011111 | 0 | 1010110 | 1111 | 11011 | 100110110 | 1001011 | 101010 |
Color Harmonies of #BB1B9F
Complementary color
Monochromatic Colors of #BB1B9F
Black with #BB1B9F
Text Example
Text Example
White with #BB1B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B9F; }
p { color: rgb(187,27,159); }
H1.HeaderClassName
{
color: #BB1B9F;
}
.AnyTagClassName
{
color: #BB1B9F;
}
</style>
background-color css
<style>
a { background-color: #BB1B9F; }
a { background-color: rgb(187,27,159); }
div.DivClassName
{
background-color: #BB1B9F;
}
.BgClassName
{
background-color: #BB1B9F;
}
</style>
border-color css
<style>
span { border-color: #BB1B9F; }
span { border-color: rgb(187,27,159); }
td.TdClassName
{
border-color: #BB1B9F;
}
.TagClassName
{
border-color: #BB1B9F;
}
</style>