Shades of Medium Red Violet #BB2A6B
Tints of Medium Red Violet #BB2A6B
RGB
CMYK
RGB Variations
Color information
#BB2A6B (or 0xBB2A6B) is known color: Medium Red Violet. HEX triplet: BB, 2A and 6B. RGB value is (187,42,107). Sum of RGB (Red+Green+Blue) = 187+42+107=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A6B is #44D594. Grayscale: #5C5C5C. Windows color (decimal): -4511125 or 7023291. OLE color: 7023291.
HSL color Cylindrical-coordinate representation of color #BB2A6B: hue angle of 333.1º 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 #BB2A6B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 107 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.27 |
| HSL | 333.1º | 0.63% | 0.45% | - |
| HSV(B) | 333.1º | 0.78% | 0.73% | - |
| XYZ | 23.98 | 13.28 | 15.21 | - |
| YUV | 92.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 107 | 0 | 0.78 | 0.43 | 0.27 | 333.1 | 0.63 | 0.45 |
| Hex | BB | 2A | 6B | 0 | 4E | 2B | 1B | 14D | 3F | 2D |
| Octal | 273 | 52 | 153 | 0 | 116 | 53 | 33 | 515 | 77 | 55 |
| Binary | 10111011 | 101010 | 1101011 | 0 | 1001110 | 101011 | 11011 | 101001101 | 111111 | 101101 |
Color Harmonies of #BB2A6B
Complementary color
Monochromatic Colors of #BB2A6B
Black with #BB2A6B
Text Example
Text Example
White with #BB2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A6B; }
p { color: rgb(187,42,107); }
H1.HeaderClassName
{
color: #BB2A6B;
}
.AnyTagClassName
{
color: #BB2A6B;
}
</style>
background-color css
<style>
a { background-color: #BB2A6B; }
a { background-color: rgb(187,42,107); }
div.DivClassName
{
background-color: #BB2A6B;
}
.BgClassName
{
background-color: #BB2A6B;
}
</style>
border-color css
<style>
span { border-color: #BB2A6B; }
span { border-color: rgb(187,42,107); }
td.TdClassName
{
border-color: #BB2A6B;
}
.TagClassName
{
border-color: #BB2A6B;
}
</style>