Shades of Deep Magenta #BB24BA
Tints of Deep Magenta #BB24BA
RGB
CMYK
RGB Variations
Color information
#BB24BA (or 0xBB24BA) is known color: Deep Magenta. HEX triplet: BB, 24 and BA. RGB value is (187,36,186). Sum of RGB (Red+Green+Blue) = 187+36+186=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24BA is #44DB45. Grayscale: #616161. Windows color (decimal): -4512582 or 12199099. OLE color: 12199099.
HSL color Cylindrical-coordinate representation of color #BB24BA: hue angle of 300.4º 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 #BB24BA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 186 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.27 |
| HSL | 300.4º | 0.68% | 0.44% | - |
| HSV(B) | 300.4º | 0.81% | 0.73% | - |
| XYZ | 29.99 | 15.37 | 47.84 | - |
| YUV | 98.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 186 | 0 | 0.81 | 0.01 | 0.27 | 300.4 | 0.68 | 0.44 |
| Hex | BB | 24 | BA | 0 | 51 | 1 | 1B | 12C | 44 | 2C |
| Octal | 273 | 44 | 272 | 0 | 121 | 1 | 33 | 454 | 104 | 54 |
| Binary | 10111011 | 100100 | 10111010 | 0 | 1010001 | 1 | 11011 | 100101100 | 1000100 | 101100 |
Color Harmonies of #BB24BA
Complementary color
Monochromatic Colors of #BB24BA
Black with #BB24BA
Text Example
Text Example
White with #BB24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24BA; }
p { color: rgb(187,36,186); }
H1.HeaderClassName
{
color: #BB24BA;
}
.AnyTagClassName
{
color: #BB24BA;
}
</style>
background-color css
<style>
a { background-color: #BB24BA; }
a { background-color: rgb(187,36,186); }
div.DivClassName
{
background-color: #BB24BA;
}
.BgClassName
{
background-color: #BB24BA;
}
</style>
border-color css
<style>
span { border-color: #BB24BA; }
span { border-color: rgb(187,36,186); }
td.TdClassName
{
border-color: #BB24BA;
}
.TagClassName
{
border-color: #BB24BA;
}
</style>