Shades of Deep Magenta #BD08C8
Tints of Deep Magenta #BD08C8
RGB
CMYK
RGB Variations
Color information
#BD08C8 (or 0xBD08C8) is known color: Deep Magenta. HEX triplet: BD, 08 and C8. RGB value is (189,8,200). Sum of RGB (Red+Green+Blue) = 189+8+200=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD08C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08C8 is #42F737. Grayscale: #535353. Windows color (decimal): -4388664 or 13109437. OLE color: 13109437.
HSL color Cylindrical-coordinate representation of color #BD08C8: hue angle of 296.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08C8 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 8 | 200 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.22 |
| HSL | 296.56º | 0.92% | 0.41% | - |
| HSV(B) | 296.56º | 0.96% | 0.78% | - |
| XYZ | 31.5 | 15.16 | 55.91 | - |
| YUV | 84.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 200 | 0.06 | 0.96 | 0 | 0.22 | 296.56 | 0.92 | 0.41 |
| Hex | BD | 8 | C8 | 6 | 60 | 0 | 16 | 129 | 5C | 29 |
| Octal | 275 | 10 | 310 | 6 | 140 | 0 | 26 | 451 | 134 | 51 |
| Binary | 10111101 | 1000 | 11001000 | 110 | 1100000 | 0 | 10110 | 100101001 | 1011100 | 101001 |
Color Harmonies of #BD08C8
Complementary color
Monochromatic Colors of #BD08C8
Black with #BD08C8
Text Example
Text Example
White with #BD08C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08C8; }
p { color: rgb(189,8,200); }
H1.HeaderClassName
{
color: #BD08C8;
}
.AnyTagClassName
{
color: #BD08C8;
}
</style>
background-color css
<style>
a { background-color: #BD08C8; }
a { background-color: rgb(189,8,200); }
div.DivClassName
{
background-color: #BD08C8;
}
.BgClassName
{
background-color: #BD08C8;
}
</style>
border-color css
<style>
span { border-color: #BD08C8; }
span { border-color: rgb(189,8,200); }
td.TdClassName
{
border-color: #BD08C8;
}
.TagClassName
{
border-color: #BD08C8;
}
</style>