Shades of Deep Magenta #B816CF
Tints of Deep Magenta #B816CF
RGB
CMYK
RGB Variations
Color information
#B816CF (or 0xB816CF) is known color: Deep Magenta. HEX triplet: B8, 16 and CF. RGB value is (184,22,207). Sum of RGB (Red+Green+Blue) = 184+22+207=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B816CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816CF is #47E930. Grayscale: #5A5A5A. Windows color (decimal): -4712753 or 13571768. OLE color: 13571768.
HSL color Cylindrical-coordinate representation of color #B816CF: hue angle of 292.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B816CF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 22 | 207 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.19 |
| HSL | 292.54º | 0.81% | 0.45% | - |
| HSV(B) | 292.54º | 0.89% | 0.81% | - |
| XYZ | 31.32 | 15.27 | 60.33 | - |
| YUV | 91.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 207 | 0.11 | 0.89 | 0 | 0.19 | 292.54 | 0.81 | 0.45 |
| Hex | B8 | 16 | CF | B | 59 | 0 | 13 | 125 | 51 | 2D |
| Octal | 270 | 26 | 317 | 13 | 131 | 0 | 23 | 445 | 121 | 55 |
| Binary | 10111000 | 10110 | 11001111 | 1011 | 1011001 | 0 | 10011 | 100100101 | 1010001 | 101101 |
Color Harmonies of #B816CF
Complementary color
Monochromatic Colors of #B816CF
Black with #B816CF
Text Example
Text Example
White with #B816CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816CF; }
p { color: rgb(184,22,207); }
H1.HeaderClassName
{
color: #B816CF;
}
.AnyTagClassName
{
color: #B816CF;
}
</style>
background-color css
<style>
a { background-color: #B816CF; }
a { background-color: rgb(184,22,207); }
div.DivClassName
{
background-color: #B816CF;
}
.BgClassName
{
background-color: #B816CF;
}
</style>
border-color css
<style>
span { border-color: #B816CF; }
span { border-color: rgb(184,22,207); }
td.TdClassName
{
border-color: #B816CF;
}
.TagClassName
{
border-color: #B816CF;
}
</style>