Shades of Deep Magenta #BD0CB2
Tints of Deep Magenta #BD0CB2
RGB
CMYK
RGB Variations
Color information
#BD0CB2 (or 0xBD0CB2) is known color: Deep Magenta. HEX triplet: BD, 0C and B2. RGB value is (189,12,178). Sum of RGB (Red+Green+Blue) = 189+12+178=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CB2 is #42F34D. Grayscale: #535353. Windows color (decimal): -4387662 or 11668669. OLE color: 11668669.
HSL color Cylindrical-coordinate representation of color #BD0CB2: hue angle of 303.73º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CB2 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 178 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.26 |
| HSL | 303.73º | 0.88% | 0.39% | - |
| HSV(B) | 303.73º | 0.94% | 0.74% | - |
| XYZ | 29.15 | 14.3 | 43.34 | - |
| YUV | 83.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 178 | 0 | 0.94 | 0.06 | 0.26 | 303.73 | 0.88 | 0.39 |
| Hex | BD | C | B2 | 0 | 5E | 6 | 1A | 130 | 58 | 27 |
| Octal | 275 | 14 | 262 | 0 | 136 | 6 | 32 | 460 | 130 | 47 |
| Binary | 10111101 | 1100 | 10110010 | 0 | 1011110 | 110 | 11010 | 100110000 | 1011000 | 100111 |
Color Harmonies of #BD0CB2
Complementary color
Monochromatic Colors of #BD0CB2
Black with #BD0CB2
Text Example
Text Example
White with #BD0CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CB2; }
p { color: rgb(189,12,178); }
H1.HeaderClassName
{
color: #BD0CB2;
}
.AnyTagClassName
{
color: #BD0CB2;
}
</style>
background-color css
<style>
a { background-color: #BD0CB2; }
a { background-color: rgb(189,12,178); }
div.DivClassName
{
background-color: #BD0CB2;
}
.BgClassName
{
background-color: #BD0CB2;
}
</style>
border-color css
<style>
span { border-color: #BD0CB2; }
span { border-color: rgb(189,12,178); }
td.TdClassName
{
border-color: #BD0CB2;
}
.TagClassName
{
border-color: #BD0CB2;
}
</style>