Shades of Deep Magenta #BD0CC2
Tints of Deep Magenta #BD0CC2
RGB
CMYK
RGB Variations
Color information
#BD0CC2 (or 0xBD0CC2) is known color: Deep Magenta. HEX triplet: BD, 0C and C2. RGB value is (189,12,194). Sum of RGB (Red+Green+Blue) = 189+12+194=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD0CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CC2 is #42F33D. Grayscale: #555555. Windows color (decimal): -4387646 or 12717245. OLE color: 12717245.
HSL color Cylindrical-coordinate representation of color #BD0CC2: hue angle of 298.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CC2 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 12 | 194 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.24 |
| HSL | 298.35º | 0.88% | 0.4% | - |
| HSV(B) | 298.35º | 0.94% | 0.76% | - |
| XYZ | 30.86 | 14.98 | 52.3 | - |
| YUV | 85.67 | 189.14 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 194 | 0.03 | 0.94 | 0 | 0.24 | 298.35 | 0.88 | 0.4 |
| Hex | BD | C | C2 | 3 | 5E | 0 | 18 | 12A | 58 | 28 |
| Octal | 275 | 14 | 302 | 3 | 136 | 0 | 30 | 452 | 130 | 50 |
| Binary | 10111101 | 1100 | 11000010 | 11 | 1011110 | 0 | 11000 | 100101010 | 1011000 | 101000 |
Color Harmonies of #BD0CC2
Complementary color
Monochromatic Colors of #BD0CC2
Black with #BD0CC2
Text Example
Text Example
White with #BD0CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CC2; }
p { color: rgb(189,12,194); }
H1.HeaderClassName
{
color: #BD0CC2;
}
.AnyTagClassName
{
color: #BD0CC2;
}
</style>
background-color css
<style>
a { background-color: #BD0CC2; }
a { background-color: rgb(189,12,194); }
div.DivClassName
{
background-color: #BD0CC2;
}
.BgClassName
{
background-color: #BD0CC2;
}
</style>
border-color css
<style>
span { border-color: #BD0CC2; }
span { border-color: rgb(189,12,194); }
td.TdClassName
{
border-color: #BD0CC2;
}
.TagClassName
{
border-color: #BD0CC2;
}
</style>