Shades of Deep Magenta #BB14C7
Tints of Deep Magenta #BB14C7
RGB
CMYK
RGB Variations
Color information
#BB14C7 (or 0xBB14C7) is known color: Deep Magenta. HEX triplet: BB, 14 and C7. RGB value is (187,20,199). Sum of RGB (Red+Green+Blue) = 187+20+199=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB14C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14C7 is #44EB38. Grayscale: #595959. Windows color (decimal): -4516665 or 13046971. OLE color: 13046971.
HSL color Cylindrical-coordinate representation of color #BB14C7: hue angle of 295.98º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB14C7 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 20 | 199 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.22 |
| HSL | 295.98º | 0.82% | 0.43% | - |
| HSV(B) | 295.98º | 0.9% | 0.78% | - |
| XYZ | 31.05 | 15.19 | 55.33 | - |
| YUV | 90.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 199 | 0.06 | 0.90 | 0 | 0.22 | 295.98 | 0.82 | 0.43 |
| Hex | BB | 14 | C7 | 6 | 5A | 0 | 16 | 128 | 52 | 2B |
| Octal | 273 | 24 | 307 | 6 | 132 | 0 | 26 | 450 | 122 | 53 |
| Binary | 10111011 | 10100 | 11000111 | 110 | 1011010 | 0 | 10110 | 100101000 | 1010010 | 101011 |
Color Harmonies of #BB14C7
Complementary color
Monochromatic Colors of #BB14C7
Black with #BB14C7
Text Example
Text Example
White with #BB14C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14C7; }
p { color: rgb(187,20,199); }
H1.HeaderClassName
{
color: #BB14C7;
}
.AnyTagClassName
{
color: #BB14C7;
}
</style>
background-color css
<style>
a { background-color: #BB14C7; }
a { background-color: rgb(187,20,199); }
div.DivClassName
{
background-color: #BB14C7;
}
.BgClassName
{
background-color: #BB14C7;
}
</style>
border-color css
<style>
span { border-color: #BB14C7; }
span { border-color: rgb(187,20,199); }
td.TdClassName
{
border-color: #BB14C7;
}
.TagClassName
{
border-color: #BB14C7;
}
</style>