Shades of Deep Magenta #BB24C6
Tints of Deep Magenta #BB24C6
RGB
CMYK
RGB Variations
Color information
#BB24C6 (or 0xBB24C6) is known color: Deep Magenta. HEX triplet: BB, 24 and C6. RGB value is (187,36,198). Sum of RGB (Red+Green+Blue) = 187+36+198=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB24C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24C6 is #44DB39. Grayscale: #636363. Windows color (decimal): -4512570 or 12985531. OLE color: 12985531.
HSL color Cylindrical-coordinate representation of color #BB24C6: hue angle of 295.93º 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 #BB24C6 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 36 | 198 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.22 |
| HSL | 295.93º | 0.69% | 0.46% | - |
| HSV(B) | 295.93º | 0.82% | 0.78% | - |
| XYZ | 31.32 | 15.9 | 54.85 | - |
| YUV | 99.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 198 | 0.06 | 0.82 | 0 | 0.22 | 295.93 | 0.69 | 0.46 |
| Hex | BB | 24 | C6 | 6 | 52 | 0 | 16 | 128 | 45 | 2E |
| Octal | 273 | 44 | 306 | 6 | 122 | 0 | 26 | 450 | 105 | 56 |
| Binary | 10111011 | 100100 | 11000110 | 110 | 1010010 | 0 | 10110 | 100101000 | 1000101 | 101110 |
Color Harmonies of #BB24C6
Complementary color
Monochromatic Colors of #BB24C6
Black with #BB24C6
Text Example
Text Example
White with #BB24C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24C6; }
p { color: rgb(187,36,198); }
H1.HeaderClassName
{
color: #BB24C6;
}
.AnyTagClassName
{
color: #BB24C6;
}
</style>
background-color css
<style>
a { background-color: #BB24C6; }
a { background-color: rgb(187,36,198); }
div.DivClassName
{
background-color: #BB24C6;
}
.BgClassName
{
background-color: #BB24C6;
}
</style>
border-color css
<style>
span { border-color: #BB24C6; }
span { border-color: rgb(187,36,198); }
td.TdClassName
{
border-color: #BB24C6;
}
.TagClassName
{
border-color: #BB24C6;
}
</style>