Shades of Deep Magenta #BD02CF
Tints of Deep Magenta #BD02CF
RGB
CMYK
RGB Variations
Color information
#BD02CF (or 0xBD02CF) is known color: Deep Magenta. HEX triplet: BD, 02 and CF. RGB value is (189,2,207). Sum of RGB (Red+Green+Blue) = 189+2+207=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD02CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02CF is #42FD30. Grayscale: #505050. Windows color (decimal): -4390193 or 13566653. OLE color: 13566653.
HSL color Cylindrical-coordinate representation of color #BD02CF: hue angle of 294.73º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02CF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 2 | 207 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.19 |
| HSL | 294.73º | 0.98% | 0.41% | - |
| HSV(B) | 294.73º | 0.99% | 0.81% | - |
| XYZ | 32.27 | 15.37 | 60.3 | - |
| YUV | 81.28 | 198.95 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 207 | 0.09 | 0.99 | 0 | 0.19 | 294.73 | 0.98 | 0.41 |
| Hex | BD | 2 | CF | 9 | 63 | 0 | 13 | 127 | 62 | 29 |
| Octal | 275 | 2 | 317 | 11 | 143 | 0 | 23 | 447 | 142 | 51 |
| Binary | 10111101 | 10 | 11001111 | 1001 | 1100011 | 0 | 10011 | 100100111 | 1100010 | 101001 |
Color Harmonies of #BD02CF
Complementary color
Monochromatic Colors of #BD02CF
Black with #BD02CF
Text Example
Text Example
White with #BD02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02CF; }
p { color: rgb(189,2,207); }
H1.HeaderClassName
{
color: #BD02CF;
}
.AnyTagClassName
{
color: #BD02CF;
}
</style>
background-color css
<style>
a { background-color: #BD02CF; }
a { background-color: rgb(189,2,207); }
div.DivClassName
{
background-color: #BD02CF;
}
.BgClassName
{
background-color: #BD02CF;
}
</style>
border-color css
<style>
span { border-color: #BD02CF; }
span { border-color: rgb(189,2,207); }
td.TdClassName
{
border-color: #BD02CF;
}
.TagClassName
{
border-color: #BD02CF;
}
</style>