Shades of Deep Magenta #BB1CCA
Tints of Deep Magenta #BB1CCA
RGB
CMYK
RGB Variations
Color information
#BB1CCA (or 0xBB1CCA) is known color: Deep Magenta. HEX triplet: BB, 1C and CA. RGB value is (187,28,202). Sum of RGB (Red+Green+Blue) = 187+28+202=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CCA is #44E335. Grayscale: #5E5E5E. Windows color (decimal): -4514614 or 13245627. OLE color: 13245627.
HSL color Cylindrical-coordinate representation of color #BB1CCA: hue angle of 294.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1CCA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 28 | 202 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.21 |
| HSL | 294.83º | 0.76% | 0.45% | - |
| HSV(B) | 294.83º | 0.86% | 0.79% | - |
| XYZ | 31.57 | 15.66 | 57.24 | - |
| YUV | 95.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 202 | 0.07 | 0.86 | 0 | 0.21 | 294.83 | 0.76 | 0.45 |
| Hex | BB | 1C | CA | 7 | 56 | 0 | 15 | 127 | 4C | 2D |
| Octal | 273 | 34 | 312 | 7 | 126 | 0 | 25 | 447 | 114 | 55 |
| Binary | 10111011 | 11100 | 11001010 | 111 | 1010110 | 0 | 10101 | 100100111 | 1001100 | 101101 |
Color Harmonies of #BB1CCA
Complementary color
Monochromatic Colors of #BB1CCA
Black with #BB1CCA
Text Example
Text Example
White with #BB1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CCA; }
p { color: rgb(187,28,202); }
H1.HeaderClassName
{
color: #BB1CCA;
}
.AnyTagClassName
{
color: #BB1CCA;
}
</style>
background-color css
<style>
a { background-color: #BB1CCA; }
a { background-color: rgb(187,28,202); }
div.DivClassName
{
background-color: #BB1CCA;
}
.BgClassName
{
background-color: #BB1CCA;
}
</style>
border-color css
<style>
span { border-color: #BB1CCA; }
span { border-color: rgb(187,28,202); }
td.TdClassName
{
border-color: #BB1CCA;
}
.TagClassName
{
border-color: #BB1CCA;
}
</style>