Shades of Medium Red Violet #BB24A8
Tints of Medium Red Violet #BB24A8
RGB
CMYK
RGB Variations
Color information
#BB24A8 (or 0xBB24A8) is known color: Medium Red Violet. HEX triplet: BB, 24 and A8. RGB value is (187,36,168). Sum of RGB (Red+Green+Blue) = 187+36+168=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB24A8 is #44DB57. Grayscale: #5F5F5F. Windows color (decimal): -4512600 or 11019451. OLE color: 11019451.
HSL color Cylindrical-coordinate representation of color #BB24A8: hue angle of 307.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB24A8 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 168 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.27 |
| HSL | 307.55º | 0.68% | 0.44% | - |
| HSV(B) | 307.55º | 0.81% | 0.73% | - |
| XYZ | 28.19 | 14.65 | 38.39 | - |
| YUV | 96.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 168 | 0 | 0.81 | 0.10 | 0.27 | 307.55 | 0.68 | 0.44 |
| Hex | BB | 24 | A8 | 0 | 51 | A | 1B | 134 | 44 | 2C |
| Octal | 273 | 44 | 250 | 0 | 121 | 12 | 33 | 464 | 104 | 54 |
| Binary | 10111011 | 100100 | 10101000 | 0 | 1010001 | 1010 | 11011 | 100110100 | 1000100 | 101100 |
Color Harmonies of #BB24A8
Complementary color
Monochromatic Colors of #BB24A8
Black with #BB24A8
Text Example
Text Example
White with #BB24A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24A8; }
p { color: rgb(187,36,168); }
H1.HeaderClassName
{
color: #BB24A8;
}
.AnyTagClassName
{
color: #BB24A8;
}
</style>
background-color css
<style>
a { background-color: #BB24A8; }
a { background-color: rgb(187,36,168); }
div.DivClassName
{
background-color: #BB24A8;
}
.BgClassName
{
background-color: #BB24A8;
}
</style>
border-color css
<style>
span { border-color: #BB24A8; }
span { border-color: rgb(187,36,168); }
td.TdClassName
{
border-color: #BB24A8;
}
.TagClassName
{
border-color: #BB24A8;
}
</style>