Shades of Deep Magenta #BD07AF
Tints of Deep Magenta #BD07AF
RGB
CMYK
RGB Variations
Color information
#BD07AF (or 0xBD07AF) is known color: Deep Magenta. HEX triplet: BD, 07 and AF. RGB value is (189,7,175). Sum of RGB (Red+Green+Blue) = 189+7+175=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD07AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD07AF is #42F850. Grayscale: #505050. Windows color (decimal): -4388945 or 11470781. OLE color: 11470781.
HSL color Cylindrical-coordinate representation of color #BD07AF: hue angle of 304.62º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD07AF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 175 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.26 |
| HSL | 304.62º | 0.93% | 0.38% | - |
| HSV(B) | 304.62º | 0.96% | 0.74% | - |
| XYZ | 28.8 | 14.07 | 41.75 | - |
| YUV | 80.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 175 | 0 | 0.96 | 0.07 | 0.26 | 304.62 | 0.93 | 0.38 |
| Hex | BD | 7 | AF | 0 | 60 | 7 | 1A | 131 | 5D | 26 |
| Octal | 275 | 7 | 257 | 0 | 140 | 7 | 32 | 461 | 135 | 46 |
| Binary | 10111101 | 111 | 10101111 | 0 | 1100000 | 111 | 11010 | 100110001 | 1011101 | 100110 |
Color Harmonies of #BD07AF
Complementary color
Monochromatic Colors of #BD07AF
Black with #BD07AF
Text Example
Text Example
White with #BD07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07AF; }
p { color: rgb(189,7,175); }
H1.HeaderClassName
{
color: #BD07AF;
}
.AnyTagClassName
{
color: #BD07AF;
}
</style>
background-color css
<style>
a { background-color: #BD07AF; }
a { background-color: rgb(189,7,175); }
div.DivClassName
{
background-color: #BD07AF;
}
.BgClassName
{
background-color: #BD07AF;
}
</style>
border-color css
<style>
span { border-color: #BD07AF; }
span { border-color: rgb(189,7,175); }
td.TdClassName
{
border-color: #BD07AF;
}
.TagClassName
{
border-color: #BD07AF;
}
</style>