Shades of Deep Magenta #BD04CF
Tints of Deep Magenta #BD04CF
RGB
CMYK
RGB Variations
Color information
#BD04CF (or 0xBD04CF) is known color: Deep Magenta. HEX triplet: BD, 04 and CF. RGB value is (189,4,207). Sum of RGB (Red+Green+Blue) = 189+4+207=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04CF is #42FB30. Grayscale: #515151. Windows color (decimal): -4389681 or 13567165. OLE color: 13567165.
HSL color Cylindrical-coordinate representation of color #BD04CF: hue angle of 294.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04CF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 4 | 207 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.19 |
| HSL | 294.68º | 0.96% | 0.41% | - |
| HSV(B) | 294.68º | 0.98% | 0.81% | - |
| XYZ | 32.29 | 15.41 | 60.3 | - |
| YUV | 82.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 207 | 0.09 | 0.98 | 0 | 0.19 | 294.68 | 0.96 | 0.41 |
| Hex | BD | 4 | CF | 9 | 62 | 0 | 13 | 127 | 60 | 29 |
| Octal | 275 | 4 | 317 | 11 | 142 | 0 | 23 | 447 | 140 | 51 |
| Binary | 10111101 | 100 | 11001111 | 1001 | 1100010 | 0 | 10011 | 100100111 | 1100000 | 101001 |
Color Harmonies of #BD04CF
Complementary color
Monochromatic Colors of #BD04CF
Black with #BD04CF
Text Example
Text Example
White with #BD04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04CF; }
p { color: rgb(189,4,207); }
H1.HeaderClassName
{
color: #BD04CF;
}
.AnyTagClassName
{
color: #BD04CF;
}
</style>
background-color css
<style>
a { background-color: #BD04CF; }
a { background-color: rgb(189,4,207); }
div.DivClassName
{
background-color: #BD04CF;
}
.BgClassName
{
background-color: #BD04CF;
}
</style>
border-color css
<style>
span { border-color: #BD04CF; }
span { border-color: rgb(189,4,207); }
td.TdClassName
{
border-color: #BD04CF;
}
.TagClassName
{
border-color: #BD04CF;
}
</style>