Shades of Deep Magenta #BB24C3
Tints of Deep Magenta #BB24C3
RGB
CMYK
RGB Variations
Color information
#BB24C3 (or 0xBB24C3) is known color: Deep Magenta. HEX triplet: BB, 24 and C3. RGB value is (187,36,195). Sum of RGB (Red+Green+Blue) = 187+36+195=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB24C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24C3 is #44DB3C. Grayscale: #626262. Windows color (decimal): -4512573 or 12788923. OLE color: 12788923.
HSL color Cylindrical-coordinate representation of color #BB24C3: hue angle of 296.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB24C3 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 36 | 195 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.24 |
| HSL | 296.98º | 0.69% | 0.45% | - |
| HSV(B) | 296.98º | 0.82% | 0.76% | - |
| XYZ | 30.97 | 15.77 | 53.04 | - |
| YUV | 99.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 195 | 0.04 | 0.82 | 0 | 0.24 | 296.98 | 0.69 | 0.45 |
| Hex | BB | 24 | C3 | 4 | 52 | 0 | 18 | 129 | 45 | 2D |
| Octal | 273 | 44 | 303 | 4 | 122 | 0 | 30 | 451 | 105 | 55 |
| Binary | 10111011 | 100100 | 11000011 | 100 | 1010010 | 0 | 11000 | 100101001 | 1000101 | 101101 |
Color Harmonies of #BB24C3
Complementary color
Monochromatic Colors of #BB24C3
Black with #BB24C3
Text Example
Text Example
White with #BB24C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24C3; }
p { color: rgb(187,36,195); }
H1.HeaderClassName
{
color: #BB24C3;
}
.AnyTagClassName
{
color: #BB24C3;
}
</style>
background-color css
<style>
a { background-color: #BB24C3; }
a { background-color: rgb(187,36,195); }
div.DivClassName
{
background-color: #BB24C3;
}
.BgClassName
{
background-color: #BB24C3;
}
</style>
border-color css
<style>
span { border-color: #BB24C3; }
span { border-color: rgb(187,36,195); }
td.TdClassName
{
border-color: #BB24C3;
}
.TagClassName
{
border-color: #BB24C3;
}
</style>