Shades of Deep Magenta #BD08A8
Tints of Deep Magenta #BD08A8
RGB
CMYK
RGB Variations
Color information
#BD08A8 (or 0xBD08A8) is known color: Deep Magenta. HEX triplet: BD, 08 and A8. RGB value is (189,8,168). Sum of RGB (Red+Green+Blue) = 189+8+168=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD08A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD08A8 is #42F757. Grayscale: #4F4F4F. Windows color (decimal): -4388696 or 11012285. OLE color: 11012285.
HSL color Cylindrical-coordinate representation of color #BD08A8: hue angle of 306.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08A8 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 168 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.26 |
| HSL | 306.96º | 0.92% | 0.39% | - |
| HSV(B) | 306.96º | 0.96% | 0.74% | - |
| XYZ | 28.14 | 13.82 | 38.23 | - |
| YUV | 80.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 168 | 0 | 0.96 | 0.11 | 0.26 | 306.96 | 0.92 | 0.39 |
| Hex | BD | 8 | A8 | 0 | 60 | B | 1A | 133 | 5C | 27 |
| Octal | 275 | 10 | 250 | 0 | 140 | 13 | 32 | 463 | 134 | 47 |
| Binary | 10111101 | 1000 | 10101000 | 0 | 1100000 | 1011 | 11010 | 100110011 | 1011100 | 100111 |
Color Harmonies of #BD08A8
Complementary color
Monochromatic Colors of #BD08A8
Black with #BD08A8
Text Example
Text Example
White with #BD08A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08A8; }
p { color: rgb(189,8,168); }
H1.HeaderClassName
{
color: #BD08A8;
}
.AnyTagClassName
{
color: #BD08A8;
}
</style>
background-color css
<style>
a { background-color: #BD08A8; }
a { background-color: rgb(189,8,168); }
div.DivClassName
{
background-color: #BD08A8;
}
.BgClassName
{
background-color: #BD08A8;
}
</style>
border-color css
<style>
span { border-color: #BD08A8; }
span { border-color: rgb(189,8,168); }
td.TdClassName
{
border-color: #BD08A8;
}
.TagClassName
{
border-color: #BD08A8;
}
</style>