Shades of Deep Magenta #BB0CD2
Tints of Deep Magenta #BB0CD2
RGB
CMYK
RGB Variations
Color information
#BB0CD2 (or 0xBB0CD2) is known color: Deep Magenta. HEX triplet: BB, 0C and D2. RGB value is (187,12,210). Sum of RGB (Red+Green+Blue) = 187+12+210=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB0CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CD2 is #44F32D. Grayscale: #565656. Windows color (decimal): -4518702 or 13765819. OLE color: 13765819.
HSL color Cylindrical-coordinate representation of color #BB0CD2: hue angle of 293.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0CD2 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 12 | 210 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.18 |
| HSL | 293.03º | 0.89% | 0.44% | - |
| HSV(B) | 293.03º | 0.94% | 0.82% | - |
| XYZ | 32.26 | 15.48 | 62.26 | - |
| YUV | 86.9 | 197.48 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 210 | 0.11 | 0.94 | 0 | 0.18 | 293.03 | 0.89 | 0.44 |
| Hex | BB | C | D2 | B | 5E | 0 | 12 | 125 | 59 | 2C |
| Octal | 273 | 14 | 322 | 13 | 136 | 0 | 22 | 445 | 131 | 54 |
| Binary | 10111011 | 1100 | 11010010 | 1011 | 1011110 | 0 | 10010 | 100100101 | 1011001 | 101100 |
Color Harmonies of #BB0CD2
Complementary color
Monochromatic Colors of #BB0CD2
Black with #BB0CD2
Text Example
Text Example
White with #BB0CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CD2; }
p { color: rgb(187,12,210); }
H1.HeaderClassName
{
color: #BB0CD2;
}
.AnyTagClassName
{
color: #BB0CD2;
}
</style>
background-color css
<style>
a { background-color: #BB0CD2; }
a { background-color: rgb(187,12,210); }
div.DivClassName
{
background-color: #BB0CD2;
}
.BgClassName
{
background-color: #BB0CD2;
}
</style>
border-color css
<style>
span { border-color: #BB0CD2; }
span { border-color: rgb(187,12,210); }
td.TdClassName
{
border-color: #BB0CD2;
}
.TagClassName
{
border-color: #BB0CD2;
}
</style>