Shades of Deep Magenta #BB1CCD
Tints of Deep Magenta #BB1CCD
RGB
CMYK
RGB Variations
Color information
#BB1CCD (or 0xBB1CCD) is known color: Deep Magenta. HEX triplet: BB, 1C and CD. RGB value is (187,28,205). Sum of RGB (Red+Green+Blue) = 187+28+205=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CCD is #44E332. Grayscale: #5F5F5F. Windows color (decimal): -4514611 or 13442235. OLE color: 13442235.
HSL color Cylindrical-coordinate representation of color #BB1CCD: hue angle of 293.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1CCD is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 28 | 205 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.20 |
| HSL | 293.9º | 0.76% | 0.46% | - |
| HSV(B) | 293.9º | 0.86% | 0.8% | - |
| XYZ | 31.93 | 15.8 | 59.13 | - |
| YUV | 95.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 205 | 0.09 | 0.86 | 0 | 0.20 | 293.9 | 0.76 | 0.46 |
| Hex | BB | 1C | CD | 9 | 56 | 0 | 14 | 126 | 4C | 2E |
| Octal | 273 | 34 | 315 | 11 | 126 | 0 | 24 | 446 | 114 | 56 |
| Binary | 10111011 | 11100 | 11001101 | 1001 | 1010110 | 0 | 10100 | 100100110 | 1001100 | 101110 |
Color Harmonies of #BB1CCD
Complementary color
Monochromatic Colors of #BB1CCD
Black with #BB1CCD
Text Example
Text Example
White with #BB1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CCD; }
p { color: rgb(187,28,205); }
H1.HeaderClassName
{
color: #BB1CCD;
}
.AnyTagClassName
{
color: #BB1CCD;
}
</style>
background-color css
<style>
a { background-color: #BB1CCD; }
a { background-color: rgb(187,28,205); }
div.DivClassName
{
background-color: #BB1CCD;
}
.BgClassName
{
background-color: #BB1CCD;
}
</style>
border-color css
<style>
span { border-color: #BB1CCD; }
span { border-color: rgb(187,28,205); }
td.TdClassName
{
border-color: #BB1CCD;
}
.TagClassName
{
border-color: #BB1CCD;
}
</style>