Shades of Deep Magenta #BB1CCC
Tints of Deep Magenta #BB1CCC
RGB
CMYK
RGB Variations
Color information
#BB1CCC (or 0xBB1CCC) is known color: Deep Magenta. HEX triplet: BB, 1C and CC. RGB value is (187,28,204). Sum of RGB (Red+Green+Blue) = 187+28+204=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CCC is #44E333. Grayscale: #5F5F5F. Windows color (decimal): -4514612 or 13376699. OLE color: 13376699.
HSL color Cylindrical-coordinate representation of color #BB1CCC: hue angle of 294.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1CCC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 28 | 204 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.2 |
| HSL | 294.2º | 0.76% | 0.45% | - |
| HSV(B) | 294.2º | 0.86% | 0.8% | - |
| XYZ | 31.81 | 15.75 | 58.49 | - |
| YUV | 95.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 204 | 0.08 | 0.86 | 0 | 0.2 | 294.2 | 0.76 | 0.45 |
| Hex | BB | 1C | CC | 8 | 56 | 0 | 14 | 126 | 4C | 2D |
| Octal | 273 | 34 | 314 | 10 | 126 | 0 | 24 | 446 | 114 | 55 |
| Binary | 10111011 | 11100 | 11001100 | 1000 | 1010110 | 0 | 10100 | 100100110 | 1001100 | 101101 |
Color Harmonies of #BB1CCC
Complementary color
Monochromatic Colors of #BB1CCC
Black with #BB1CCC
Text Example
Text Example
White with #BB1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CCC; }
p { color: rgb(187,28,204); }
H1.HeaderClassName
{
color: #BB1CCC;
}
.AnyTagClassName
{
color: #BB1CCC;
}
</style>
background-color css
<style>
a { background-color: #BB1CCC; }
a { background-color: rgb(187,28,204); }
div.DivClassName
{
background-color: #BB1CCC;
}
.BgClassName
{
background-color: #BB1CCC;
}
</style>
border-color css
<style>
span { border-color: #BB1CCC; }
span { border-color: rgb(187,28,204); }
td.TdClassName
{
border-color: #BB1CCC;
}
.TagClassName
{
border-color: #BB1CCC;
}
</style>