Shades of Deep Magenta #BB24B2
Tints of Deep Magenta #BB24B2
RGB
CMYK
RGB Variations
Color information
#BB24B2 (or 0xBB24B2) is known color: Deep Magenta. HEX triplet: BB, 24 and B2. RGB value is (187,36,178). Sum of RGB (Red+Green+Blue) = 187+36+178=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB24B2 is #44DB4D. Grayscale: #606060. Windows color (decimal): -4512590 or 11674811. OLE color: 11674811.
HSL color Cylindrical-coordinate representation of color #BB24B2: hue angle of 303.58º 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 #BB24B2 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 178 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.27 |
| HSL | 303.58º | 0.68% | 0.44% | - |
| HSV(B) | 303.58º | 0.81% | 0.73% | - |
| XYZ | 29.16 | 15.04 | 43.49 | - |
| YUV | 97.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 178 | 0 | 0.81 | 0.05 | 0.27 | 303.58 | 0.68 | 0.44 |
| Hex | BB | 24 | B2 | 0 | 51 | 5 | 1B | 130 | 44 | 2C |
| Octal | 273 | 44 | 262 | 0 | 121 | 5 | 33 | 460 | 104 | 54 |
| Binary | 10111011 | 100100 | 10110010 | 0 | 1010001 | 101 | 11011 | 100110000 | 1000100 | 101100 |
Color Harmonies of #BB24B2
Complementary color
Monochromatic Colors of #BB24B2
Black with #BB24B2
Text Example
Text Example
White with #BB24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24B2; }
p { color: rgb(187,36,178); }
H1.HeaderClassName
{
color: #BB24B2;
}
.AnyTagClassName
{
color: #BB24B2;
}
</style>
background-color css
<style>
a { background-color: #BB24B2; }
a { background-color: rgb(187,36,178); }
div.DivClassName
{
background-color: #BB24B2;
}
.BgClassName
{
background-color: #BB24B2;
}
</style>
border-color css
<style>
span { border-color: #BB24B2; }
span { border-color: rgb(187,36,178); }
td.TdClassName
{
border-color: #BB24B2;
}
.TagClassName
{
border-color: #BB24B2;
}
</style>