Shades of Medium Violet Red #BB1C9F
Tints of Medium Violet Red #BB1C9F
RGB
CMYK
RGB Variations
Color information
#BB1C9F (or 0xBB1C9F) is known color: Medium Violet Red. HEX triplet: BB, 1C and 9F. RGB value is (187,28,159). Sum of RGB (Red+Green+Blue) = 187+28+159=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C9F is #44E360. Grayscale: #5A5A5A. Windows color (decimal): -4514657 or 10427579. OLE color: 10427579.
HSL color Cylindrical-coordinate representation of color #BB1C9F: hue angle of 310.57º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C9F is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 159 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.27 |
| HSL | 310.57º | 0.74% | 0.42% | - |
| HSV(B) | 310.57º | 0.85% | 0.73% | - |
| XYZ | 27.17 | 13.9 | 34.05 | - |
| YUV | 90.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 159 | 0 | 0.85 | 0.15 | 0.27 | 310.57 | 0.74 | 0.42 |
| Hex | BB | 1C | 9F | 0 | 55 | F | 1B | 137 | 4A | 2A |
| Octal | 273 | 34 | 237 | 0 | 125 | 17 | 33 | 467 | 112 | 52 |
| Binary | 10111011 | 11100 | 10011111 | 0 | 1010101 | 1111 | 11011 | 100110111 | 1001010 | 101010 |
Color Harmonies of #BB1C9F
Complementary color
Monochromatic Colors of #BB1C9F
Black with #BB1C9F
Text Example
Text Example
White with #BB1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C9F; }
p { color: rgb(187,28,159); }
H1.HeaderClassName
{
color: #BB1C9F;
}
.AnyTagClassName
{
color: #BB1C9F;
}
</style>
background-color css
<style>
a { background-color: #BB1C9F; }
a { background-color: rgb(187,28,159); }
div.DivClassName
{
background-color: #BB1C9F;
}
.BgClassName
{
background-color: #BB1C9F;
}
</style>
border-color css
<style>
span { border-color: #BB1C9F; }
span { border-color: rgb(187,28,159); }
td.TdClassName
{
border-color: #BB1C9F;
}
.TagClassName
{
border-color: #BB1C9F;
}
</style>