Shades of Deep Magenta #B816B7
Tints of Deep Magenta #B816B7
RGB
CMYK
RGB Variations
Color information
#B816B7 (or 0xB816B7) is known color: Deep Magenta. HEX triplet: B8, 16 and B7. RGB value is (184,22,183). Sum of RGB (Red+Green+Blue) = 184+22+183=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B816B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816B7 is #47E948. Grayscale: #585858. Windows color (decimal): -4712777 or 11998904. OLE color: 11998904.
HSL color Cylindrical-coordinate representation of color #B816B7: hue angle of 300.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B816B7 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 183 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.28 |
| HSL | 300.37º | 0.79% | 0.4% | - |
| HSV(B) | 300.37º | 0.88% | 0.72% | - |
| XYZ | 28.6 | 14.18 | 46.03 | - |
| YUV | 88.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 183 | 0 | 0.88 | 0.01 | 0.28 | 300.37 | 0.79 | 0.4 |
| Hex | B8 | 16 | B7 | 0 | 58 | 1 | 1C | 12C | 4F | 28 |
| Octal | 270 | 26 | 267 | 0 | 130 | 1 | 34 | 454 | 117 | 50 |
| Binary | 10111000 | 10110 | 10110111 | 0 | 1011000 | 1 | 11100 | 100101100 | 1001111 | 101000 |
Color Harmonies of #B816B7
Complementary color
Monochromatic Colors of #B816B7
Black with #B816B7
Text Example
Text Example
White with #B816B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816B7; }
p { color: rgb(184,22,183); }
H1.HeaderClassName
{
color: #B816B7;
}
.AnyTagClassName
{
color: #B816B7;
}
</style>
background-color css
<style>
a { background-color: #B816B7; }
a { background-color: rgb(184,22,183); }
div.DivClassName
{
background-color: #B816B7;
}
.BgClassName
{
background-color: #B816B7;
}
</style>
border-color css
<style>
span { border-color: #B816B7; }
span { border-color: rgb(184,22,183); }
td.TdClassName
{
border-color: #B816B7;
}
.TagClassName
{
border-color: #B816B7;
}
</style>