Shades of Deep Magenta #BD07AB
Tints of Deep Magenta #BD07AB
RGB
CMYK
RGB Variations
Color information
#BD07AB (or 0xBD07AB) is known color: Deep Magenta. HEX triplet: BD, 07 and AB. RGB value is (189,7,171). Sum of RGB (Red+Green+Blue) = 189+7+171=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD07AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD07AB is #42F854. Grayscale: #4F4F4F. Windows color (decimal): -4388949 or 11208637. OLE color: 11208637.
HSL color Cylindrical-coordinate representation of color #BD07AB: hue angle of 305.93º 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 #BD07AB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 171 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.26 |
| HSL | 305.93º | 0.93% | 0.38% | - |
| HSV(B) | 305.93º | 0.96% | 0.74% | - |
| XYZ | 28.41 | 13.91 | 39.72 | - |
| YUV | 80.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 171 | 0 | 0.96 | 0.10 | 0.26 | 305.93 | 0.93 | 0.38 |
| Hex | BD | 7 | AB | 0 | 60 | A | 1A | 132 | 5D | 26 |
| Octal | 275 | 7 | 253 | 0 | 140 | 12 | 32 | 462 | 135 | 46 |
| Binary | 10111101 | 111 | 10101011 | 0 | 1100000 | 1010 | 11010 | 100110010 | 1011101 | 100110 |
Color Harmonies of #BD07AB
Complementary color
Monochromatic Colors of #BD07AB
Black with #BD07AB
Text Example
Text Example
White with #BD07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07AB; }
p { color: rgb(189,7,171); }
H1.HeaderClassName
{
color: #BD07AB;
}
.AnyTagClassName
{
color: #BD07AB;
}
</style>
background-color css
<style>
a { background-color: #BD07AB; }
a { background-color: rgb(189,7,171); }
div.DivClassName
{
background-color: #BD07AB;
}
.BgClassName
{
background-color: #BD07AB;
}
</style>
border-color css
<style>
span { border-color: #BD07AB; }
span { border-color: rgb(189,7,171); }
td.TdClassName
{
border-color: #BD07AB;
}
.TagClassName
{
border-color: #BD07AB;
}
</style>