Shades of Deep Magenta #BD08C0
Tints of Deep Magenta #BD08C0
RGB
CMYK
RGB Variations
Color information
#BD08C0 (or 0xBD08C0) is known color: Deep Magenta. HEX triplet: BD, 08 and C0. RGB value is (189,8,192). Sum of RGB (Red+Green+Blue) = 189+8+192=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD08C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08C0 is #42F73F. Grayscale: #525252. Windows color (decimal): -4388672 or 12585149. OLE color: 12585149.
HSL color Cylindrical-coordinate representation of color #BD08C0: hue angle of 299.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08C0 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 8 | 192 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.25 |
| HSL | 299.02º | 0.92% | 0.39% | - |
| HSV(B) | 299.02º | 0.96% | 0.75% | - |
| XYZ | 30.59 | 14.8 | 51.11 | - |
| YUV | 83.1 | 189.47 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 192 | 0.02 | 0.96 | 0 | 0.25 | 299.02 | 0.92 | 0.39 |
| Hex | BD | 8 | C0 | 2 | 60 | 0 | 19 | 12B | 5C | 27 |
| Octal | 275 | 10 | 300 | 2 | 140 | 0 | 31 | 453 | 134 | 47 |
| Binary | 10111101 | 1000 | 11000000 | 10 | 1100000 | 0 | 11001 | 100101011 | 1011100 | 100111 |
Color Harmonies of #BD08C0
Complementary color
Monochromatic Colors of #BD08C0
Black with #BD08C0
Text Example
Text Example
White with #BD08C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08C0; }
p { color: rgb(189,8,192); }
H1.HeaderClassName
{
color: #BD08C0;
}
.AnyTagClassName
{
color: #BD08C0;
}
</style>
background-color css
<style>
a { background-color: #BD08C0; }
a { background-color: rgb(189,8,192); }
div.DivClassName
{
background-color: #BD08C0;
}
.BgClassName
{
background-color: #BD08C0;
}
</style>
border-color css
<style>
span { border-color: #BD08C0; }
span { border-color: rgb(189,8,192); }
td.TdClassName
{
border-color: #BD08C0;
}
.TagClassName
{
border-color: #BD08C0;
}
</style>