Shades of Deep Magenta #BD16CC
Tints of Deep Magenta #BD16CC
RGB
CMYK
RGB Variations
Color information
#BD16CC (or 0xBD16CC) is known color: Deep Magenta. HEX triplet: BD, 16 and CC. RGB value is (189,22,204). Sum of RGB (Red+Green+Blue) = 189+22+204=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16CC is #42E933. Grayscale: #5C5C5C. Windows color (decimal): -4385076 or 13375165. OLE color: 13375165.
HSL color Cylindrical-coordinate representation of color #BD16CC: hue angle of 295.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD16CC is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 22 | 204 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.2 |
| HSL | 295.06º | 0.81% | 0.44% | - |
| HSV(B) | 295.06º | 0.89% | 0.8% | - |
| XYZ | 32.17 | 15.75 | 58.47 | - |
| YUV | 92.68 | 190.83 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 204 | 0.07 | 0.89 | 0 | 0.2 | 295.06 | 0.81 | 0.44 |
| Hex | BD | 16 | CC | 7 | 59 | 0 | 14 | 127 | 51 | 2C |
| Octal | 275 | 26 | 314 | 7 | 131 | 0 | 24 | 447 | 121 | 54 |
| Binary | 10111101 | 10110 | 11001100 | 111 | 1011001 | 0 | 10100 | 100100111 | 1010001 | 101100 |
Color Harmonies of #BD16CC
Complementary color
Monochromatic Colors of #BD16CC
Black with #BD16CC
Text Example
Text Example
White with #BD16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16CC; }
p { color: rgb(189,22,204); }
H1.HeaderClassName
{
color: #BD16CC;
}
.AnyTagClassName
{
color: #BD16CC;
}
</style>
background-color css
<style>
a { background-color: #BD16CC; }
a { background-color: rgb(189,22,204); }
div.DivClassName
{
background-color: #BD16CC;
}
.BgClassName
{
background-color: #BD16CC;
}
</style>
border-color css
<style>
span { border-color: #BD16CC; }
span { border-color: rgb(189,22,204); }
td.TdClassName
{
border-color: #BD16CC;
}
.TagClassName
{
border-color: #BD16CC;
}
</style>