Shades of Deep Magenta #BB24C7
Tints of Deep Magenta #BB24C7
RGB
CMYK
RGB Variations
Color information
#BB24C7 (or 0xBB24C7) is known color: Deep Magenta. HEX triplet: BB, 24 and C7. RGB value is (187,36,199). Sum of RGB (Red+Green+Blue) = 187+36+199=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB24C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24C7 is #44DB38. Grayscale: #636363. Windows color (decimal): -4512569 or 13051067. OLE color: 13051067.
HSL color Cylindrical-coordinate representation of color #BB24C7: hue angle of 295.58º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB24C7 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 36 | 199 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.22 |
| HSL | 295.58º | 0.69% | 0.46% | - |
| HSV(B) | 295.58º | 0.82% | 0.78% | - |
| XYZ | 31.43 | 15.95 | 55.45 | - |
| YUV | 99.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 199 | 0.06 | 0.82 | 0 | 0.22 | 295.58 | 0.69 | 0.46 |
| Hex | BB | 24 | C7 | 6 | 52 | 0 | 16 | 128 | 45 | 2E |
| Octal | 273 | 44 | 307 | 6 | 122 | 0 | 26 | 450 | 105 | 56 |
| Binary | 10111011 | 100100 | 11000111 | 110 | 1010010 | 0 | 10110 | 100101000 | 1000101 | 101110 |
Color Harmonies of #BB24C7
Complementary color
Monochromatic Colors of #BB24C7
Black with #BB24C7
Text Example
Text Example
White with #BB24C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24C7; }
p { color: rgb(187,36,199); }
H1.HeaderClassName
{
color: #BB24C7;
}
.AnyTagClassName
{
color: #BB24C7;
}
</style>
background-color css
<style>
a { background-color: #BB24C7; }
a { background-color: rgb(187,36,199); }
div.DivClassName
{
background-color: #BB24C7;
}
.BgClassName
{
background-color: #BB24C7;
}
</style>
border-color css
<style>
span { border-color: #BB24C7; }
span { border-color: rgb(187,36,199); }
td.TdClassName
{
border-color: #BB24C7;
}
.TagClassName
{
border-color: #BB24C7;
}
</style>