Shades of Deep Magenta #BB14CC
Tints of Deep Magenta #BB14CC
RGB
CMYK
RGB Variations
Color information
#BB14CC (or 0xBB14CC) is known color: Deep Magenta. HEX triplet: BB, 14 and CC. RGB value is (187,20,204). Sum of RGB (Red+Green+Blue) = 187+20+204=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14CC is #44EB33. Grayscale: #5A5A5A. Windows color (decimal): -4516660 or 13374651. OLE color: 13374651.
HSL color Cylindrical-coordinate representation of color #BB14CC: hue angle of 294.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB14CC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 20 | 204 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.2 |
| HSL | 294.46º | 0.82% | 0.44% | - |
| HSV(B) | 294.46º | 0.9% | 0.8% | - |
| XYZ | 31.64 | 15.42 | 58.44 | - |
| YUV | 90.91 | 191.83 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 204 | 0.08 | 0.90 | 0 | 0.2 | 294.46 | 0.82 | 0.44 |
| Hex | BB | 14 | CC | 8 | 5A | 0 | 14 | 126 | 52 | 2C |
| Octal | 273 | 24 | 314 | 10 | 132 | 0 | 24 | 446 | 122 | 54 |
| Binary | 10111011 | 10100 | 11001100 | 1000 | 1011010 | 0 | 10100 | 100100110 | 1010010 | 101100 |
Color Harmonies of #BB14CC
Complementary color
Monochromatic Colors of #BB14CC
Black with #BB14CC
Text Example
Text Example
White with #BB14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14CC; }
p { color: rgb(187,20,204); }
H1.HeaderClassName
{
color: #BB14CC;
}
.AnyTagClassName
{
color: #BB14CC;
}
</style>
background-color css
<style>
a { background-color: #BB14CC; }
a { background-color: rgb(187,20,204); }
div.DivClassName
{
background-color: #BB14CC;
}
.BgClassName
{
background-color: #BB14CC;
}
</style>
border-color css
<style>
span { border-color: #BB14CC; }
span { border-color: rgb(187,20,204); }
td.TdClassName
{
border-color: #BB14CC;
}
.TagClassName
{
border-color: #BB14CC;
}
</style>