Shades of Deep Magenta #BD02A5
Tints of Deep Magenta #BD02A5
RGB
CMYK
RGB Variations
Color information
#BD02A5 (or 0xBD02A5) is known color: Deep Magenta. HEX triplet: BD, 02 and A5. RGB value is (189,2,165). Sum of RGB (Red+Green+Blue) = 189+2+165=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD02A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD02A5 is #42FD5A. Grayscale: #4C4C4C. Windows color (decimal): -4390235 or 10814141. OLE color: 10814141.
HSL color Cylindrical-coordinate representation of color #BD02A5: hue angle of 307.7º 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 #BD02A5 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.26 |
| HSL | 307.7º | 0.98% | 0.37% | - |
| HSV(B) | 307.7º | 0.99% | 0.74% | - |
| XYZ | 27.8 | 13.58 | 36.75 | - |
| YUV | 76.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 165 | 0 | 0.99 | 0.13 | 0.26 | 307.7 | 0.98 | 0.37 |
| Hex | BD | 2 | A5 | 0 | 63 | D | 1A | 134 | 62 | 25 |
| Octal | 275 | 2 | 245 | 0 | 143 | 15 | 32 | 464 | 142 | 45 |
| Binary | 10111101 | 10 | 10100101 | 0 | 1100011 | 1101 | 11010 | 100110100 | 1100010 | 100101 |
Color Harmonies of #BD02A5
Complementary color
Monochromatic Colors of #BD02A5
Black with #BD02A5
Text Example
Text Example
White with #BD02A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02A5; }
p { color: rgb(189,2,165); }
H1.HeaderClassName
{
color: #BD02A5;
}
.AnyTagClassName
{
color: #BD02A5;
}
</style>
background-color css
<style>
a { background-color: #BD02A5; }
a { background-color: rgb(189,2,165); }
div.DivClassName
{
background-color: #BD02A5;
}
.BgClassName
{
background-color: #BD02A5;
}
</style>
border-color css
<style>
span { border-color: #BD02A5; }
span { border-color: rgb(189,2,165); }
td.TdClassName
{
border-color: #BD02A5;
}
.TagClassName
{
border-color: #BD02A5;
}
</style>