Shades of Deep Magenta #BB14C1
Tints of Deep Magenta #BB14C1
RGB
CMYK
RGB Variations
Color information
#BB14C1 (or 0xBB14C1) is known color: Deep Magenta. HEX triplet: BB, 14 and C1. RGB value is (187,20,193). Sum of RGB (Red+Green+Blue) = 187+20+193=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB14C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14C1 is #44EB3E. Grayscale: #595959. Windows color (decimal): -4516671 or 12653755. OLE color: 12653755.
HSL color Cylindrical-coordinate representation of color #BB14C1: hue angle of 297.92º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB14C1 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 20 | 193 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.24 |
| HSL | 297.92º | 0.81% | 0.42% | - |
| HSV(B) | 297.92º | 0.9% | 0.76% | - |
| XYZ | 30.37 | 14.92 | 51.73 | - |
| YUV | 89.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 193 | 0.03 | 0.90 | 0 | 0.24 | 297.92 | 0.81 | 0.42 |
| Hex | BB | 14 | C1 | 3 | 5A | 0 | 18 | 12A | 51 | 2A |
| Octal | 273 | 24 | 301 | 3 | 132 | 0 | 30 | 452 | 121 | 52 |
| Binary | 10111011 | 10100 | 11000001 | 11 | 1011010 | 0 | 11000 | 100101010 | 1010001 | 101010 |
Color Harmonies of #BB14C1
Complementary color
Monochromatic Colors of #BB14C1
Black with #BB14C1
Text Example
Text Example
White with #BB14C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14C1; }
p { color: rgb(187,20,193); }
H1.HeaderClassName
{
color: #BB14C1;
}
.AnyTagClassName
{
color: #BB14C1;
}
</style>
background-color css
<style>
a { background-color: #BB14C1; }
a { background-color: rgb(187,20,193); }
div.DivClassName
{
background-color: #BB14C1;
}
.BgClassName
{
background-color: #BB14C1;
}
</style>
border-color css
<style>
span { border-color: #BB14C1; }
span { border-color: rgb(187,20,193); }
td.TdClassName
{
border-color: #BB14C1;
}
.TagClassName
{
border-color: #BB14C1;
}
</style>