Shades of Deep Magenta #BB14D4
Tints of Deep Magenta #BB14D4
RGB
CMYK
RGB Variations
Color information
#BB14D4 (or 0xBB14D4) is known color: Deep Magenta. HEX triplet: BB, 14 and D4. RGB value is (187,20,212). Sum of RGB (Red+Green+Blue) = 187+20+212=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB14D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14D4 is #44EB2B. Grayscale: #5B5B5B. Windows color (decimal): -4516652 or 13898939. OLE color: 13898939.
HSL color Cylindrical-coordinate representation of color #BB14D4: hue angle of 292.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB14D4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 20 | 212 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.17 |
| HSL | 292.19º | 0.83% | 0.45% | - |
| HSV(B) | 292.19º | 0.91% | 0.83% | - |
| XYZ | 32.63 | 15.82 | 63.62 | - |
| YUV | 91.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 212 | 0.12 | 0.91 | 0 | 0.17 | 292.19 | 0.83 | 0.45 |
| Hex | BB | 14 | D4 | C | 5B | 0 | 11 | 124 | 53 | 2D |
| Octal | 273 | 24 | 324 | 14 | 133 | 0 | 21 | 444 | 123 | 55 |
| Binary | 10111011 | 10100 | 11010100 | 1100 | 1011011 | 0 | 10001 | 100100100 | 1010011 | 101101 |
Color Harmonies of #BB14D4
Complementary color
Monochromatic Colors of #BB14D4
Black with #BB14D4
Text Example
Text Example
White with #BB14D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14D4; }
p { color: rgb(187,20,212); }
H1.HeaderClassName
{
color: #BB14D4;
}
.AnyTagClassName
{
color: #BB14D4;
}
</style>
background-color css
<style>
a { background-color: #BB14D4; }
a { background-color: rgb(187,20,212); }
div.DivClassName
{
background-color: #BB14D4;
}
.BgClassName
{
background-color: #BB14D4;
}
</style>
border-color css
<style>
span { border-color: #BB14D4; }
span { border-color: rgb(187,20,212); }
td.TdClassName
{
border-color: #BB14D4;
}
.TagClassName
{
border-color: #BB14D4;
}
</style>