Shades of Medium Violet Red #BB1CA2
Tints of Medium Violet Red #BB1CA2
RGB
CMYK
RGB Variations
Color information
#BB1CA2 (or 0xBB1CA2) is known color: Medium Violet Red. HEX triplet: BB, 1C and A2. RGB value is (187,28,162). Sum of RGB (Red+Green+Blue) = 187+28+162=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1CA2 is #44E35D. Grayscale: #5A5A5A. Windows color (decimal): -4514654 or 10624187. OLE color: 10624187.
HSL color Cylindrical-coordinate representation of color #BB1CA2: hue angle of 309.43º 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 #BB1CA2 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 162 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.27 |
| HSL | 309.43º | 0.74% | 0.42% | - |
| HSV(B) | 309.43º | 0.85% | 0.73% | - |
| XYZ | 27.43 | 14 | 35.44 | - |
| YUV | 90.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 162 | 0 | 0.85 | 0.13 | 0.27 | 309.43 | 0.74 | 0.42 |
| Hex | BB | 1C | A2 | 0 | 55 | D | 1B | 135 | 4A | 2A |
| Octal | 273 | 34 | 242 | 0 | 125 | 15 | 33 | 465 | 112 | 52 |
| Binary | 10111011 | 11100 | 10100010 | 0 | 1010101 | 1101 | 11011 | 100110101 | 1001010 | 101010 |
Color Harmonies of #BB1CA2
Complementary color
Monochromatic Colors of #BB1CA2
Black with #BB1CA2
Text Example
Text Example
White with #BB1CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CA2; }
p { color: rgb(187,28,162); }
H1.HeaderClassName
{
color: #BB1CA2;
}
.AnyTagClassName
{
color: #BB1CA2;
}
</style>
background-color css
<style>
a { background-color: #BB1CA2; }
a { background-color: rgb(187,28,162); }
div.DivClassName
{
background-color: #BB1CA2;
}
.BgClassName
{
background-color: #BB1CA2;
}
</style>
border-color css
<style>
span { border-color: #BB1CA2; }
span { border-color: rgb(187,28,162); }
td.TdClassName
{
border-color: #BB1CA2;
}
.TagClassName
{
border-color: #BB1CA2;
}
</style>