Shades of Deep Magenta #BD20CF
Tints of Deep Magenta #BD20CF
RGB
CMYK
RGB Variations
Color information
#BD20CF (or 0xBD20CF) is known color: Deep Magenta. HEX triplet: BD, 20 and CF. RGB value is (189,32,207). Sum of RGB (Red+Green+Blue) = 189+32+207=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20CF is #42DF30. Grayscale: #626262. Windows color (decimal): -4382513 or 13574333. OLE color: 13574333.
HSL color Cylindrical-coordinate representation of color #BD20CF: hue angle of 293.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD20CF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 32 | 207 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.19 |
| HSL | 293.83º | 0.73% | 0.47% | - |
| HSV(B) | 293.83º | 0.85% | 0.81% | - |
| XYZ | 32.77 | 16.36 | 60.46 | - |
| YUV | 98.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 207 | 0.09 | 0.85 | 0 | 0.19 | 293.83 | 0.73 | 0.47 |
| Hex | BD | 20 | CF | 9 | 55 | 0 | 13 | 126 | 49 | 2F |
| Octal | 275 | 40 | 317 | 11 | 125 | 0 | 23 | 446 | 111 | 57 |
| Binary | 10111101 | 100000 | 11001111 | 1001 | 1010101 | 0 | 10011 | 100100110 | 1001001 | 101111 |
Color Harmonies of #BD20CF
Complementary color
Monochromatic Colors of #BD20CF
Black with #BD20CF
Text Example
Text Example
White with #BD20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20CF; }
p { color: rgb(189,32,207); }
H1.HeaderClassName
{
color: #BD20CF;
}
.AnyTagClassName
{
color: #BD20CF;
}
</style>
background-color css
<style>
a { background-color: #BD20CF; }
a { background-color: rgb(189,32,207); }
div.DivClassName
{
background-color: #BD20CF;
}
.BgClassName
{
background-color: #BD20CF;
}
</style>
border-color css
<style>
span { border-color: #BD20CF; }
span { border-color: rgb(189,32,207); }
td.TdClassName
{
border-color: #BD20CF;
}
.TagClassName
{
border-color: #BD20CF;
}
</style>