Shades of Deep Magenta #BD08AF
Tints of Deep Magenta #BD08AF
RGB
CMYK
RGB Variations
Color information
#BD08AF (or 0xBD08AF) is known color: Deep Magenta. HEX triplet: BD, 08 and AF. RGB value is (189,8,175). Sum of RGB (Red+Green+Blue) = 189+8+175=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD08AF is #42F750. Grayscale: #505050. Windows color (decimal): -4388689 or 11471037. OLE color: 11471037.
HSL color Cylindrical-coordinate representation of color #BD08AF: hue angle of 304.64º 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 #BD08AF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.26 |
| HSL | 304.64º | 0.92% | 0.39% | - |
| HSV(B) | 304.64º | 0.96% | 0.74% | - |
| XYZ | 28.81 | 14.09 | 41.76 | - |
| YUV | 81.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 175 | 0 | 0.96 | 0.07 | 0.26 | 304.64 | 0.92 | 0.39 |
| Hex | BD | 8 | AF | 0 | 60 | 7 | 1A | 131 | 5C | 27 |
| Octal | 275 | 10 | 257 | 0 | 140 | 7 | 32 | 461 | 134 | 47 |
| Binary | 10111101 | 1000 | 10101111 | 0 | 1100000 | 111 | 11010 | 100110001 | 1011100 | 100111 |
Color Harmonies of #BD08AF
Complementary color
Monochromatic Colors of #BD08AF
Black with #BD08AF
Text Example
Text Example
White with #BD08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08AF; }
p { color: rgb(189,8,175); }
H1.HeaderClassName
{
color: #BD08AF;
}
.AnyTagClassName
{
color: #BD08AF;
}
</style>
background-color css
<style>
a { background-color: #BD08AF; }
a { background-color: rgb(189,8,175); }
div.DivClassName
{
background-color: #BD08AF;
}
.BgClassName
{
background-color: #BD08AF;
}
</style>
border-color css
<style>
span { border-color: #BD08AF; }
span { border-color: rgb(189,8,175); }
td.TdClassName
{
border-color: #BD08AF;
}
.TagClassName
{
border-color: #BD08AF;
}
</style>