Shades of Deep Magenta #BD02B7
Tints of Deep Magenta #BD02B7
RGB
CMYK
RGB Variations
Color information
#BD02B7 (or 0xBD02B7) is known color: Deep Magenta. HEX triplet: BD, 02 and B7. RGB value is (189,2,183). Sum of RGB (Red+Green+Blue) = 189+2+183=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD02B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02B7 is #42FD48. Grayscale: #4E4E4E. Windows color (decimal): -4390217 or 11993789. OLE color: 11993789.
HSL color Cylindrical-coordinate representation of color #BD02B7: hue angle of 301.93º 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 #BD02B7 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.26 |
| HSL | 301.93º | 0.98% | 0.37% | - |
| HSV(B) | 301.93º | 0.99% | 0.74% | - |
| XYZ | 29.56 | 14.28 | 46 | - |
| YUV | 78.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 183 | 0 | 0.99 | 0.03 | 0.26 | 301.93 | 0.98 | 0.37 |
| Hex | BD | 2 | B7 | 0 | 63 | 3 | 1A | 12E | 62 | 25 |
| Octal | 275 | 2 | 267 | 0 | 143 | 3 | 32 | 456 | 142 | 45 |
| Binary | 10111101 | 10 | 10110111 | 0 | 1100011 | 11 | 11010 | 100101110 | 1100010 | 100101 |
Color Harmonies of #BD02B7
Complementary color
Monochromatic Colors of #BD02B7
Black with #BD02B7
Text Example
Text Example
White with #BD02B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02B7; }
p { color: rgb(189,2,183); }
H1.HeaderClassName
{
color: #BD02B7;
}
.AnyTagClassName
{
color: #BD02B7;
}
</style>
background-color css
<style>
a { background-color: #BD02B7; }
a { background-color: rgb(189,2,183); }
div.DivClassName
{
background-color: #BD02B7;
}
.BgClassName
{
background-color: #BD02B7;
}
</style>
border-color css
<style>
span { border-color: #BD02B7; }
span { border-color: rgb(189,2,183); }
td.TdClassName
{
border-color: #BD02B7;
}
.TagClassName
{
border-color: #BD02B7;
}
</style>