Shades of Deep Magenta #BB18CB
Tints of Deep Magenta #BB18CB
RGB
CMYK
RGB Variations
Color information
#BB18CB (or 0xBB18CB) is known color: Deep Magenta. HEX triplet: BB, 18 and CB. RGB value is (187,24,203). Sum of RGB (Red+Green+Blue) = 187+24+203=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB18CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18CB is #44E734. Grayscale: #5C5C5C. Windows color (decimal): -4515637 or 13310139. OLE color: 13310139.
HSL color Cylindrical-coordinate representation of color #BB18CB: hue angle of 294.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB18CB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 24 | 203 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.20 |
| HSL | 294.64º | 0.79% | 0.45% | - |
| HSV(B) | 294.64º | 0.88% | 0.8% | - |
| XYZ | 31.6 | 15.53 | 57.83 | - |
| YUV | 93.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 203 | 0.08 | 0.88 | 0 | 0.20 | 294.64 | 0.79 | 0.45 |
| Hex | BB | 18 | CB | 8 | 58 | 0 | 14 | 127 | 4F | 2D |
| Octal | 273 | 30 | 313 | 10 | 130 | 0 | 24 | 447 | 117 | 55 |
| Binary | 10111011 | 11000 | 11001011 | 1000 | 1011000 | 0 | 10100 | 100100111 | 1001111 | 101101 |
Color Harmonies of #BB18CB
Complementary color
Monochromatic Colors of #BB18CB
Black with #BB18CB
Text Example
Text Example
White with #BB18CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18CB; }
p { color: rgb(187,24,203); }
H1.HeaderClassName
{
color: #BB18CB;
}
.AnyTagClassName
{
color: #BB18CB;
}
</style>
background-color css
<style>
a { background-color: #BB18CB; }
a { background-color: rgb(187,24,203); }
div.DivClassName
{
background-color: #BB18CB;
}
.BgClassName
{
background-color: #BB18CB;
}
</style>
border-color css
<style>
span { border-color: #BB18CB; }
span { border-color: rgb(187,24,203); }
td.TdClassName
{
border-color: #BB18CB;
}
.TagClassName
{
border-color: #BB18CB;
}
</style>