Shades of Deep Magenta #B817CC
Tints of Deep Magenta #B817CC
RGB
CMYK
RGB Variations
Color information
#B817CC (or 0xB817CC) is known color: Deep Magenta. HEX triplet: B8, 17 and CC. RGB value is (184,23,204). Sum of RGB (Red+Green+Blue) = 184+23+204=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 23 (9.38% from 255 or 5.60% 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 #B817CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817CC is #47E833. Grayscale: #5B5B5B. Windows color (decimal): -4712500 or 13375416. OLE color: 13375416.
HSL color Cylindrical-coordinate representation of color #B817CC: hue angle of 293.37º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B817CC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 23 | 204 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.2 |
| HSL | 293.37º | 0.8% | 0.45% | - |
| HSV(B) | 293.37º | 0.89% | 0.8% | - |
| XYZ | 30.97 | 15.16 | 58.42 | - |
| YUV | 91.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 204 | 0.10 | 0.89 | 0 | 0.2 | 293.37 | 0.8 | 0.45 |
| Hex | B8 | 17 | CC | A | 59 | 0 | 14 | 125 | 50 | 2D |
| Octal | 270 | 27 | 314 | 12 | 131 | 0 | 24 | 445 | 120 | 55 |
| Binary | 10111000 | 10111 | 11001100 | 1010 | 1011001 | 0 | 10100 | 100100101 | 1010000 | 101101 |
Color Harmonies of #B817CC
Complementary color
Monochromatic Colors of #B817CC
Black with #B817CC
Text Example
Text Example
White with #B817CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817CC; }
p { color: rgb(184,23,204); }
H1.HeaderClassName
{
color: #B817CC;
}
.AnyTagClassName
{
color: #B817CC;
}
</style>
background-color css
<style>
a { background-color: #B817CC; }
a { background-color: rgb(184,23,204); }
div.DivClassName
{
background-color: #B817CC;
}
.BgClassName
{
background-color: #B817CC;
}
</style>
border-color css
<style>
span { border-color: #B817CC; }
span { border-color: rgb(184,23,204); }
td.TdClassName
{
border-color: #B817CC;
}
.TagClassName
{
border-color: #B817CC;
}
</style>