Shades of Deep Magenta #BD0CCF
Tints of Deep Magenta #BD0CCF
RGB
CMYK
RGB Variations
Color information
#BD0CCF (or 0xBD0CCF) is known color: Deep Magenta. HEX triplet: BD, 0C and CF. RGB value is (189,12,207). Sum of RGB (Red+Green+Blue) = 189+12+207=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CCF is #42F330. Grayscale: #565656. Windows color (decimal): -4387633 or 13569213. OLE color: 13569213.
HSL color Cylindrical-coordinate representation of color #BD0CCF: hue angle of 294.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CCF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 12 | 207 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.19 |
| HSL | 294.46º | 0.89% | 0.43% | - |
| HSV(B) | 294.46º | 0.94% | 0.81% | - |
| XYZ | 32.38 | 15.59 | 60.33 | - |
| YUV | 87.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 207 | 0.09 | 0.94 | 0 | 0.19 | 294.46 | 0.89 | 0.43 |
| Hex | BD | C | CF | 9 | 5E | 0 | 13 | 126 | 59 | 2B |
| Octal | 275 | 14 | 317 | 11 | 136 | 0 | 23 | 446 | 131 | 53 |
| Binary | 10111101 | 1100 | 11001111 | 1001 | 1011110 | 0 | 10011 | 100100110 | 1011001 | 101011 |
Color Harmonies of #BD0CCF
Complementary color
Monochromatic Colors of #BD0CCF
Black with #BD0CCF
Text Example
Text Example
White with #BD0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CCF; }
p { color: rgb(189,12,207); }
H1.HeaderClassName
{
color: #BD0CCF;
}
.AnyTagClassName
{
color: #BD0CCF;
}
</style>
background-color css
<style>
a { background-color: #BD0CCF; }
a { background-color: rgb(189,12,207); }
div.DivClassName
{
background-color: #BD0CCF;
}
.BgClassName
{
background-color: #BD0CCF;
}
</style>
border-color css
<style>
span { border-color: #BD0CCF; }
span { border-color: rgb(189,12,207); }
td.TdClassName
{
border-color: #BD0CCF;
}
.TagClassName
{
border-color: #BD0CCF;
}
</style>