Shades of Deep Magenta #B916CC
Tints of Deep Magenta #B916CC
RGB
CMYK
RGB Variations
Color information
#B916CC (or 0xB916CC) is known color: Deep Magenta. HEX triplet: B9, 16 and CC. RGB value is (185,22,204). Sum of RGB (Red+Green+Blue) = 185+22+204=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #B916CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916CC is #46E933. Grayscale: #5A5A5A. Windows color (decimal): -4647220 or 13375161. OLE color: 13375161.
HSL color Cylindrical-coordinate representation of color #B916CC: hue angle of 293.74º 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 #B916CC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 22 | 204 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.2 |
| HSL | 293.74º | 0.81% | 0.44% | - |
| HSV(B) | 293.74º | 0.89% | 0.8% | - |
| XYZ | 31.19 | 15.25 | 58.43 | - |
| YUV | 91.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 204 | 0.09 | 0.89 | 0 | 0.2 | 293.74 | 0.81 | 0.44 |
| Hex | B9 | 16 | CC | 9 | 59 | 0 | 14 | 126 | 51 | 2C |
| Octal | 271 | 26 | 314 | 11 | 131 | 0 | 24 | 446 | 121 | 54 |
| Binary | 10111001 | 10110 | 11001100 | 1001 | 1011001 | 0 | 10100 | 100100110 | 1010001 | 101100 |
Color Harmonies of #B916CC
Complementary color
Monochromatic Colors of #B916CC
Black with #B916CC
Text Example
Text Example
White with #B916CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B916CC; }
p { color: rgb(185,22,204); }
H1.HeaderClassName
{
color: #B916CC;
}
.AnyTagClassName
{
color: #B916CC;
}
</style>
background-color css
<style>
a { background-color: #B916CC; }
a { background-color: rgb(185,22,204); }
div.DivClassName
{
background-color: #B916CC;
}
.BgClassName
{
background-color: #B916CC;
}
</style>
border-color css
<style>
span { border-color: #B916CC; }
span { border-color: rgb(185,22,204); }
td.TdClassName
{
border-color: #B916CC;
}
.TagClassName
{
border-color: #B916CC;
}
</style>