Shades of Medium Violet Red #BB1CAB
Tints of Medium Violet Red #BB1CAB
RGB
CMYK
RGB Variations
Color information
#BB1CAB (or 0xBB1CAB) is known color: Medium Violet Red. HEX triplet: BB, 1C and AB. RGB value is (187,28,171). Sum of RGB (Red+Green+Blue) = 187+28+171=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1CAB is #44E354. Grayscale: #5B5B5B. Windows color (decimal): -4514645 or 11214011. OLE color: 11214011.
HSL color Cylindrical-coordinate representation of color #BB1CAB: hue angle of 306.04º 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 #BB1CAB is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 171 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.27 |
| HSL | 306.04º | 0.74% | 0.42% | - |
| HSV(B) | 306.04º | 0.85% | 0.73% | - |
| XYZ | 28.26 | 14.34 | 39.81 | - |
| YUV | 91.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 171 | 0 | 0.85 | 0.09 | 0.27 | 306.04 | 0.74 | 0.42 |
| Hex | BB | 1C | AB | 0 | 55 | 9 | 1B | 132 | 4A | 2A |
| Octal | 273 | 34 | 253 | 0 | 125 | 11 | 33 | 462 | 112 | 52 |
| Binary | 10111011 | 11100 | 10101011 | 0 | 1010101 | 1001 | 11011 | 100110010 | 1001010 | 101010 |
Color Harmonies of #BB1CAB
Complementary color
Monochromatic Colors of #BB1CAB
Black with #BB1CAB
Text Example
Text Example
White with #BB1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CAB; }
p { color: rgb(187,28,171); }
H1.HeaderClassName
{
color: #BB1CAB;
}
.AnyTagClassName
{
color: #BB1CAB;
}
</style>
background-color css
<style>
a { background-color: #BB1CAB; }
a { background-color: rgb(187,28,171); }
div.DivClassName
{
background-color: #BB1CAB;
}
.BgClassName
{
background-color: #BB1CAB;
}
</style>
border-color css
<style>
span { border-color: #BB1CAB; }
span { border-color: rgb(187,28,171); }
td.TdClassName
{
border-color: #BB1CAB;
}
.TagClassName
{
border-color: #BB1CAB;
}
</style>