Shades of Deep Magenta #BD02AB
Tints of Deep Magenta #BD02AB
RGB
CMYK
RGB Variations
Color information
#BD02AB (or 0xBD02AB) is known color: Deep Magenta. HEX triplet: BD, 02 and AB. RGB value is (189,2,171). Sum of RGB (Red+Green+Blue) = 189+2+171=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD02AB is #42FD54. Grayscale: #4C4C4C. Windows color (decimal): -4390229 or 11207357. OLE color: 11207357.
HSL color Cylindrical-coordinate representation of color #BD02AB: hue angle of 305.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02AB is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.26 |
| HSL | 305.78º | 0.98% | 0.37% | - |
| HSV(B) | 305.78º | 0.99% | 0.74% | - |
| XYZ | 28.36 | 13.8 | 39.7 | - |
| YUV | 77.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 171 | 0 | 0.99 | 0.10 | 0.26 | 305.78 | 0.98 | 0.37 |
| Hex | BD | 2 | AB | 0 | 63 | A | 1A | 132 | 62 | 25 |
| Octal | 275 | 2 | 253 | 0 | 143 | 12 | 32 | 462 | 142 | 45 |
| Binary | 10111101 | 10 | 10101011 | 0 | 1100011 | 1010 | 11010 | 100110010 | 1100010 | 100101 |
Color Harmonies of #BD02AB
Complementary color
Monochromatic Colors of #BD02AB
Black with #BD02AB
Text Example
Text Example
White with #BD02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02AB; }
p { color: rgb(189,2,171); }
H1.HeaderClassName
{
color: #BD02AB;
}
.AnyTagClassName
{
color: #BD02AB;
}
</style>
background-color css
<style>
a { background-color: #BD02AB; }
a { background-color: rgb(189,2,171); }
div.DivClassName
{
background-color: #BD02AB;
}
.BgClassName
{
background-color: #BD02AB;
}
</style>
border-color css
<style>
span { border-color: #BD02AB; }
span { border-color: rgb(189,2,171); }
td.TdClassName
{
border-color: #BD02AB;
}
.TagClassName
{
border-color: #BD02AB;
}
</style>