Shades of Deep Magenta #B816C6
Tints of Deep Magenta #B816C6
RGB
CMYK
RGB Variations
Color information
#B816C6 (or 0xB816C6) is known color: Deep Magenta. HEX triplet: B8, 16 and C6. RGB value is (184,22,198). Sum of RGB (Red+Green+Blue) = 184+22+198=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #B816C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816C6 is #47E939. Grayscale: #595959. Windows color (decimal): -4712762 or 12981944. OLE color: 12981944.
HSL color Cylindrical-coordinate representation of color #B816C6: hue angle of 295.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B816C6 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 22 | 198 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.22 |
| HSL | 295.23º | 0.8% | 0.43% | - |
| HSV(B) | 295.23º | 0.89% | 0.78% | - |
| XYZ | 30.25 | 14.84 | 54.7 | - |
| YUV | 90.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 198 | 0.07 | 0.89 | 0 | 0.22 | 295.23 | 0.8 | 0.43 |
| Hex | B8 | 16 | C6 | 7 | 59 | 0 | 16 | 127 | 50 | 2B |
| Octal | 270 | 26 | 306 | 7 | 131 | 0 | 26 | 447 | 120 | 53 |
| Binary | 10111000 | 10110 | 11000110 | 111 | 1011001 | 0 | 10110 | 100100111 | 1010000 | 101011 |
Color Harmonies of #B816C6
Complementary color
Monochromatic Colors of #B816C6
Black with #B816C6
Text Example
Text Example
White with #B816C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816C6; }
p { color: rgb(184,22,198); }
H1.HeaderClassName
{
color: #B816C6;
}
.AnyTagClassName
{
color: #B816C6;
}
</style>
background-color css
<style>
a { background-color: #B816C6; }
a { background-color: rgb(184,22,198); }
div.DivClassName
{
background-color: #B816C6;
}
.BgClassName
{
background-color: #B816C6;
}
</style>
border-color css
<style>
span { border-color: #B816C6; }
span { border-color: rgb(184,22,198); }
td.TdClassName
{
border-color: #B816C6;
}
.TagClassName
{
border-color: #B816C6;
}
</style>