Shades of Deep Magenta #BD01CB
Tints of Deep Magenta #BD01CB
RGB
CMYK
RGB Variations
Color information
#BD01CB (or 0xBD01CB) is known color: Deep Magenta. HEX triplet: BD, 01 and CB. RGB value is (189,1,203). Sum of RGB (Red+Green+Blue) = 189+1+203=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01CB is #42FE34. Grayscale: #4F4F4F. Windows color (decimal): -4390453 or 13304253. OLE color: 13304253.
HSL color Cylindrical-coordinate representation of color #BD01CB: hue angle of 295.84º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01CB is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 1 | 203 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.20 |
| HSL | 295.84º | 0.99% | 0.4% | - |
| HSV(B) | 295.84º | 1% | 0.8% | - |
| XYZ | 31.78 | 15.15 | 57.75 | - |
| YUV | 80.24 | 197.28 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 203 | 0.07 | 1.00 | 0 | 0.20 | 295.84 | 0.99 | 0.4 |
| Hex | BD | 1 | CB | 7 | 64 | 0 | 14 | 128 | 63 | 28 |
| Octal | 275 | 1 | 313 | 7 | 144 | 0 | 24 | 450 | 143 | 50 |
| Binary | 10111101 | 1 | 11001011 | 111 | 1100100 | 0 | 10100 | 100101000 | 1100011 | 101000 |
Color Harmonies of #BD01CB
Complementary color
Monochromatic Colors of #BD01CB
Black with #BD01CB
Text Example
Text Example
White with #BD01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01CB; }
p { color: rgb(189,1,203); }
H1.HeaderClassName
{
color: #BD01CB;
}
.AnyTagClassName
{
color: #BD01CB;
}
</style>
background-color css
<style>
a { background-color: #BD01CB; }
a { background-color: rgb(189,1,203); }
div.DivClassName
{
background-color: #BD01CB;
}
.BgClassName
{
background-color: #BD01CB;
}
</style>
border-color css
<style>
span { border-color: #BD01CB; }
span { border-color: rgb(189,1,203); }
td.TdClassName
{
border-color: #BD01CB;
}
.TagClassName
{
border-color: #BD01CB;
}
</style>