Shades of Deep Magenta #BD0FCC
Tints of Deep Magenta #BD0FCC
RGB
CMYK
RGB Variations
Color information
#BD0FCC (or 0xBD0FCC) is known color: Deep Magenta. HEX triplet: BD, 0F and CC. RGB value is (189,15,204). Sum of RGB (Red+Green+Blue) = 189+15+204=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD0FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FCC is #42F033. Grayscale: #575757. Windows color (decimal): -4386868 or 13373373. OLE color: 13373373.
HSL color Cylindrical-coordinate representation of color #BD0FCC: hue angle of 295.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FCC is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 15 | 204 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.2 |
| HSL | 295.24º | 0.86% | 0.43% | - |
| HSV(B) | 295.24º | 0.93% | 0.8% | - |
| XYZ | 32.06 | 15.52 | 58.43 | - |
| YUV | 88.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 204 | 0.07 | 0.93 | 0 | 0.2 | 295.24 | 0.86 | 0.43 |
| Hex | BD | F | CC | 7 | 5D | 0 | 14 | 127 | 56 | 2B |
| Octal | 275 | 17 | 314 | 7 | 135 | 0 | 24 | 447 | 126 | 53 |
| Binary | 10111101 | 1111 | 11001100 | 111 | 1011101 | 0 | 10100 | 100100111 | 1010110 | 101011 |
Color Harmonies of #BD0FCC
Complementary color
Monochromatic Colors of #BD0FCC
Black with #BD0FCC
Text Example
Text Example
White with #BD0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FCC; }
p { color: rgb(189,15,204); }
H1.HeaderClassName
{
color: #BD0FCC;
}
.AnyTagClassName
{
color: #BD0FCC;
}
</style>
background-color css
<style>
a { background-color: #BD0FCC; }
a { background-color: rgb(189,15,204); }
div.DivClassName
{
background-color: #BD0FCC;
}
.BgClassName
{
background-color: #BD0FCC;
}
</style>
border-color css
<style>
span { border-color: #BD0FCC; }
span { border-color: rgb(189,15,204); }
td.TdClassName
{
border-color: #BD0FCC;
}
.TagClassName
{
border-color: #BD0FCC;
}
</style>