Shades of Medium Red Violet #BB2AAC
Tints of Medium Red Violet #BB2AAC
RGB
CMYK
RGB Variations
Color information
#BB2AAC (or 0xBB2AAC) is known color: Medium Red Violet. HEX triplet: BB, 2A and AC. RGB value is (187,42,172). Sum of RGB (Red+Green+Blue) = 187+42+172=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2AAC is #44D553. Grayscale: #636363. Windows color (decimal): -4511060 or 11283131. OLE color: 11283131.
HSL color Cylindrical-coordinate representation of color #BB2AAC: hue angle of 306.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2AAC is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 172 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.27 |
| HSL | 306.21º | 0.63% | 0.45% | - |
| HSV(B) | 306.21º | 0.78% | 0.73% | - |
| XYZ | 28.77 | 15.2 | 40.45 | - |
| YUV | 100.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 172 | 0 | 0.78 | 0.08 | 0.27 | 306.21 | 0.63 | 0.45 |
| Hex | BB | 2A | AC | 0 | 4E | 8 | 1B | 132 | 3F | 2D |
| Octal | 273 | 52 | 254 | 0 | 116 | 10 | 33 | 462 | 77 | 55 |
| Binary | 10111011 | 101010 | 10101100 | 0 | 1001110 | 1000 | 11011 | 100110010 | 111111 | 101101 |
Color Harmonies of #BB2AAC
Complementary color
Monochromatic Colors of #BB2AAC
Black with #BB2AAC
Text Example
Text Example
White with #BB2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2AAC; }
p { color: rgb(187,42,172); }
H1.HeaderClassName
{
color: #BB2AAC;
}
.AnyTagClassName
{
color: #BB2AAC;
}
</style>
background-color css
<style>
a { background-color: #BB2AAC; }
a { background-color: rgb(187,42,172); }
div.DivClassName
{
background-color: #BB2AAC;
}
.BgClassName
{
background-color: #BB2AAC;
}
</style>
border-color css
<style>
span { border-color: #BB2AAC; }
span { border-color: rgb(187,42,172); }
td.TdClassName
{
border-color: #BB2AAC;
}
.TagClassName
{
border-color: #BB2AAC;
}
</style>