Shades of Deep Magenta #BD09AF
Tints of Deep Magenta #BD09AF
RGB
CMYK
RGB Variations
Color information
#BD09AF (or 0xBD09AF) is known color: Deep Magenta. HEX triplet: BD, 09 and AF. RGB value is (189,9,175). Sum of RGB (Red+Green+Blue) = 189+9+175=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09AF is #42F650. Grayscale: #515151. Windows color (decimal): -4388433 or 11471293. OLE color: 11471293.
HSL color Cylindrical-coordinate representation of color #BD09AF: hue angle of 304.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD09AF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 175 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.26 |
| HSL | 304.67º | 0.91% | 0.39% | - |
| HSV(B) | 304.67º | 0.95% | 0.74% | - |
| XYZ | 28.82 | 14.11 | 41.76 | - |
| YUV | 81.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 175 | 0 | 0.95 | 0.07 | 0.26 | 304.67 | 0.91 | 0.39 |
| Hex | BD | 9 | AF | 0 | 5F | 7 | 1A | 131 | 5B | 27 |
| Octal | 275 | 11 | 257 | 0 | 137 | 7 | 32 | 461 | 133 | 47 |
| Binary | 10111101 | 1001 | 10101111 | 0 | 1011111 | 111 | 11010 | 100110001 | 1011011 | 100111 |
Color Harmonies of #BD09AF
Complementary color
Monochromatic Colors of #BD09AF
Black with #BD09AF
Text Example
Text Example
White with #BD09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09AF; }
p { color: rgb(189,9,175); }
H1.HeaderClassName
{
color: #BD09AF;
}
.AnyTagClassName
{
color: #BD09AF;
}
</style>
background-color css
<style>
a { background-color: #BD09AF; }
a { background-color: rgb(189,9,175); }
div.DivClassName
{
background-color: #BD09AF;
}
.BgClassName
{
background-color: #BD09AF;
}
</style>
border-color css
<style>
span { border-color: #BD09AF; }
span { border-color: rgb(189,9,175); }
td.TdClassName
{
border-color: #BD09AF;
}
.TagClassName
{
border-color: #BD09AF;
}
</style>