Shades of Deep Magenta #BD05CB
Tints of Deep Magenta #BD05CB
RGB
CMYK
RGB Variations
Color information
#BD05CB (or 0xBD05CB) is known color: Deep Magenta. HEX triplet: BD, 05 and CB. RGB value is (189,5,203). Sum of RGB (Red+Green+Blue) = 189+5+203=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD05CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05CB is #42FA34. Grayscale: #515151. Windows color (decimal): -4389429 or 13305277. OLE color: 13305277.
HSL color Cylindrical-coordinate representation of color #BD05CB: hue angle of 295.76º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD05CB is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 5 | 203 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.20 |
| HSL | 295.76º | 0.95% | 0.41% | - |
| HSV(B) | 295.76º | 0.98% | 0.8% | - |
| XYZ | 31.82 | 15.24 | 57.76 | - |
| YUV | 82.59 | 195.96 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 203 | 0.07 | 0.98 | 0 | 0.20 | 295.76 | 0.95 | 0.41 |
| Hex | BD | 5 | CB | 7 | 62 | 0 | 14 | 128 | 5F | 29 |
| Octal | 275 | 5 | 313 | 7 | 142 | 0 | 24 | 450 | 137 | 51 |
| Binary | 10111101 | 101 | 11001011 | 111 | 1100010 | 0 | 10100 | 100101000 | 1011111 | 101001 |
Color Harmonies of #BD05CB
Complementary color
Monochromatic Colors of #BD05CB
Black with #BD05CB
Text Example
Text Example
White with #BD05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD05CB; }
p { color: rgb(189,5,203); }
H1.HeaderClassName
{
color: #BD05CB;
}
.AnyTagClassName
{
color: #BD05CB;
}
</style>
background-color css
<style>
a { background-color: #BD05CB; }
a { background-color: rgb(189,5,203); }
div.DivClassName
{
background-color: #BD05CB;
}
.BgClassName
{
background-color: #BD05CB;
}
</style>
border-color css
<style>
span { border-color: #BD05CB; }
span { border-color: rgb(189,5,203); }
td.TdClassName
{
border-color: #BD05CB;
}
.TagClassName
{
border-color: #BD05CB;
}
</style>