Shades of Deep Magenta #BD04C2
Tints of Deep Magenta #BD04C2
RGB
CMYK
RGB Variations
Color information
#BD04C2 (or 0xBD04C2) is known color: Deep Magenta. HEX triplet: BD, 04 and C2. RGB value is (189,4,194). Sum of RGB (Red+Green+Blue) = 189+4+194=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD04C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04C2 is #42FB3D. Grayscale: #505050. Windows color (decimal): -4389694 or 12715197. OLE color: 12715197.
HSL color Cylindrical-coordinate representation of color #BD04C2: hue angle of 298.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04C2 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 4 | 194 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.24 |
| HSL | 298.42º | 0.96% | 0.39% | - |
| HSV(B) | 298.42º | 0.98% | 0.76% | - |
| XYZ | 30.77 | 14.8 | 52.27 | - |
| YUV | 80.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 194 | 0.03 | 0.98 | 0 | 0.24 | 298.42 | 0.96 | 0.39 |
| Hex | BD | 4 | C2 | 3 | 62 | 0 | 18 | 12A | 60 | 27 |
| Octal | 275 | 4 | 302 | 3 | 142 | 0 | 30 | 452 | 140 | 47 |
| Binary | 10111101 | 100 | 11000010 | 11 | 1100010 | 0 | 11000 | 100101010 | 1100000 | 100111 |
Color Harmonies of #BD04C2
Complementary color
Monochromatic Colors of #BD04C2
Black with #BD04C2
Text Example
Text Example
White with #BD04C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04C2; }
p { color: rgb(189,4,194); }
H1.HeaderClassName
{
color: #BD04C2;
}
.AnyTagClassName
{
color: #BD04C2;
}
</style>
background-color css
<style>
a { background-color: #BD04C2; }
a { background-color: rgb(189,4,194); }
div.DivClassName
{
background-color: #BD04C2;
}
.BgClassName
{
background-color: #BD04C2;
}
</style>
border-color css
<style>
span { border-color: #BD04C2; }
span { border-color: rgb(189,4,194); }
td.TdClassName
{
border-color: #BD04C2;
}
.TagClassName
{
border-color: #BD04C2;
}
</style>