Shades of Deep Magenta #BD0FCA
Tints of Deep Magenta #BD0FCA
RGB
CMYK
RGB Variations
Color information
#BD0FCA (or 0xBD0FCA) is known color: Deep Magenta. HEX triplet: BD, 0F and CA. RGB value is (189,15,202). Sum of RGB (Red+Green+Blue) = 189+15+202=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FCA is #42F035. Grayscale: #575757. Windows color (decimal): -4386870 or 13242301. OLE color: 13242301.
HSL color Cylindrical-coordinate representation of color #BD0FCA: hue angle of 295.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FCA is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 15 | 202 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.21 |
| HSL | 295.83º | 0.86% | 0.43% | - |
| HSV(B) | 295.83º | 0.93% | 0.79% | - |
| XYZ | 31.82 | 15.42 | 57.18 | - |
| YUV | 88.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 202 | 0.06 | 0.93 | 0 | 0.21 | 295.83 | 0.86 | 0.43 |
| Hex | BD | F | CA | 6 | 5D | 0 | 15 | 128 | 56 | 2B |
| Octal | 275 | 17 | 312 | 6 | 135 | 0 | 25 | 450 | 126 | 53 |
| Binary | 10111101 | 1111 | 11001010 | 110 | 1011101 | 0 | 10101 | 100101000 | 1010110 | 101011 |
Color Harmonies of #BD0FCA
Complementary color
Monochromatic Colors of #BD0FCA
Black with #BD0FCA
Text Example
Text Example
White with #BD0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FCA; }
p { color: rgb(189,15,202); }
H1.HeaderClassName
{
color: #BD0FCA;
}
.AnyTagClassName
{
color: #BD0FCA;
}
</style>
background-color css
<style>
a { background-color: #BD0FCA; }
a { background-color: rgb(189,15,202); }
div.DivClassName
{
background-color: #BD0FCA;
}
.BgClassName
{
background-color: #BD0FCA;
}
</style>
border-color css
<style>
span { border-color: #BD0FCA; }
span { border-color: rgb(189,15,202); }
td.TdClassName
{
border-color: #BD0FCA;
}
.TagClassName
{
border-color: #BD0FCA;
}
</style>