Shades of Deep Magenta #BD0CCB
Tints of Deep Magenta #BD0CCB
RGB
CMYK
RGB Variations
Color information
#BD0CCB (or 0xBD0CCB) is known color: Deep Magenta. HEX triplet: BD, 0C and CB. RGB value is (189,12,203). Sum of RGB (Red+Green+Blue) = 189+12+203=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CCB is #42F334. Grayscale: #565656. Windows color (decimal): -4387637 or 13307069. OLE color: 13307069.
HSL color Cylindrical-coordinate representation of color #BD0CCB: hue angle of 295.6º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CCB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 12 | 203 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.20 |
| HSL | 295.6º | 0.89% | 0.42% | - |
| HSV(B) | 295.6º | 0.94% | 0.8% | - |
| XYZ | 31.9 | 15.39 | 57.79 | - |
| YUV | 86.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 203 | 0.07 | 0.94 | 0 | 0.20 | 295.6 | 0.89 | 0.42 |
| Hex | BD | C | CB | 7 | 5E | 0 | 14 | 128 | 59 | 2A |
| Octal | 275 | 14 | 313 | 7 | 136 | 0 | 24 | 450 | 131 | 52 |
| Binary | 10111101 | 1100 | 11001011 | 111 | 1011110 | 0 | 10100 | 100101000 | 1011001 | 101010 |
Color Harmonies of #BD0CCB
Complementary color
Monochromatic Colors of #BD0CCB
Black with #BD0CCB
Text Example
Text Example
White with #BD0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CCB; }
p { color: rgb(189,12,203); }
H1.HeaderClassName
{
color: #BD0CCB;
}
.AnyTagClassName
{
color: #BD0CCB;
}
</style>
background-color css
<style>
a { background-color: #BD0CCB; }
a { background-color: rgb(189,12,203); }
div.DivClassName
{
background-color: #BD0CCB;
}
.BgClassName
{
background-color: #BD0CCB;
}
</style>
border-color css
<style>
span { border-color: #BD0CCB; }
span { border-color: rgb(189,12,203); }
td.TdClassName
{
border-color: #BD0CCB;
}
.TagClassName
{
border-color: #BD0CCB;
}
</style>