Shades of Deep Magenta #BB18CE
Tints of Deep Magenta #BB18CE
RGB
CMYK
RGB Variations
Color information
#BB18CE (or 0xBB18CE) is known color: Deep Magenta. HEX triplet: BB, 18 and CE. RGB value is (187,24,206). Sum of RGB (Red+Green+Blue) = 187+24+206=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB18CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18CE is #44E731. Grayscale: #5C5C5C. Windows color (decimal): -4515634 or 13506747. OLE color: 13506747.
HSL color Cylindrical-coordinate representation of color #BB18CE: hue angle of 293.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB18CE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 24 | 206 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.19 |
| HSL | 293.74º | 0.79% | 0.45% | - |
| HSV(B) | 293.74º | 0.88% | 0.81% | - |
| XYZ | 31.96 | 15.67 | 59.73 | - |
| YUV | 93.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 206 | 0.09 | 0.88 | 0 | 0.19 | 293.74 | 0.79 | 0.45 |
| Hex | BB | 18 | CE | 9 | 58 | 0 | 13 | 126 | 4F | 2D |
| Octal | 273 | 30 | 316 | 11 | 130 | 0 | 23 | 446 | 117 | 55 |
| Binary | 10111011 | 11000 | 11001110 | 1001 | 1011000 | 0 | 10011 | 100100110 | 1001111 | 101101 |
Color Harmonies of #BB18CE
Complementary color
Monochromatic Colors of #BB18CE
Black with #BB18CE
Text Example
Text Example
White with #BB18CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18CE; }
p { color: rgb(187,24,206); }
H1.HeaderClassName
{
color: #BB18CE;
}
.AnyTagClassName
{
color: #BB18CE;
}
</style>
background-color css
<style>
a { background-color: #BB18CE; }
a { background-color: rgb(187,24,206); }
div.DivClassName
{
background-color: #BB18CE;
}
.BgClassName
{
background-color: #BB18CE;
}
</style>
border-color css
<style>
span { border-color: #BB18CE; }
span { border-color: rgb(187,24,206); }
td.TdClassName
{
border-color: #BB18CE;
}
.TagClassName
{
border-color: #BB18CE;
}
</style>