Shades of Deep Magenta #BD0FC2
Tints of Deep Magenta #BD0FC2
RGB
CMYK
RGB Variations
Color information
#BD0FC2 (or 0xBD0FC2) is known color: Deep Magenta. HEX triplet: BD, 0F and C2. RGB value is (189,15,194). Sum of RGB (Red+Green+Blue) = 189+15+194=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FC2 is #42F03D. Grayscale: #565656. Windows color (decimal): -4386878 or 12718013. OLE color: 12718013.
HSL color Cylindrical-coordinate representation of color #BD0FC2: hue angle of 298.32º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0FC2 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 15 | 194 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.24 |
| HSL | 298.32º | 0.86% | 0.41% | - |
| HSV(B) | 298.32º | 0.92% | 0.76% | - |
| XYZ | 30.89 | 15.06 | 52.32 | - |
| YUV | 87.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 194 | 0.03 | 0.92 | 0 | 0.24 | 298.32 | 0.86 | 0.41 |
| Hex | BD | F | C2 | 3 | 5C | 0 | 18 | 12A | 56 | 29 |
| Octal | 275 | 17 | 302 | 3 | 134 | 0 | 30 | 452 | 126 | 51 |
| Binary | 10111101 | 1111 | 11000010 | 11 | 1011100 | 0 | 11000 | 100101010 | 1010110 | 101001 |
Color Harmonies of #BD0FC2
Complementary color
Monochromatic Colors of #BD0FC2
Black with #BD0FC2
Text Example
Text Example
White with #BD0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FC2; }
p { color: rgb(189,15,194); }
H1.HeaderClassName
{
color: #BD0FC2;
}
.AnyTagClassName
{
color: #BD0FC2;
}
</style>
background-color css
<style>
a { background-color: #BD0FC2; }
a { background-color: rgb(189,15,194); }
div.DivClassName
{
background-color: #BD0FC2;
}
.BgClassName
{
background-color: #BD0FC2;
}
</style>
border-color css
<style>
span { border-color: #BD0FC2; }
span { border-color: rgb(189,15,194); }
td.TdClassName
{
border-color: #BD0FC2;
}
.TagClassName
{
border-color: #BD0FC2;
}
</style>