Shades of Deep Magenta #B616C1
Tints of Deep Magenta #B616C1
RGB
CMYK
RGB Variations
Color information
#B616C1 (or 0xB616C1) is known color: Deep Magenta. HEX triplet: B6, 16 and C1. RGB value is (182,22,193). Sum of RGB (Red+Green+Blue) = 182+22+193=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #B616C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616C1 is #49E93E. Grayscale: #585858. Windows color (decimal): -4843839 or 12654262. OLE color: 12654262.
HSL color Cylindrical-coordinate representation of color #B616C1: hue angle of 296.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B616C1 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 22 | 193 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.24 |
| HSL | 296.14º | 0.8% | 0.42% | - |
| HSV(B) | 296.14º | 0.89% | 0.76% | - |
| XYZ | 29.2 | 14.37 | 51.69 | - |
| YUV | 89.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 193 | 0.06 | 0.89 | 0 | 0.24 | 296.14 | 0.8 | 0.42 |
| Hex | B6 | 16 | C1 | 6 | 59 | 0 | 18 | 128 | 50 | 2A |
| Octal | 266 | 26 | 301 | 6 | 131 | 0 | 30 | 450 | 120 | 52 |
| Binary | 10110110 | 10110 | 11000001 | 110 | 1011001 | 0 | 11000 | 100101000 | 1010000 | 101010 |
Color Harmonies of #B616C1
Complementary color
Monochromatic Colors of #B616C1
Black with #B616C1
Text Example
Text Example
White with #B616C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616C1; }
p { color: rgb(182,22,193); }
H1.HeaderClassName
{
color: #B616C1;
}
.AnyTagClassName
{
color: #B616C1;
}
</style>
background-color css
<style>
a { background-color: #B616C1; }
a { background-color: rgb(182,22,193); }
div.DivClassName
{
background-color: #B616C1;
}
.BgClassName
{
background-color: #B616C1;
}
</style>
border-color css
<style>
span { border-color: #B616C1; }
span { border-color: rgb(182,22,193); }
td.TdClassName
{
border-color: #B616C1;
}
.TagClassName
{
border-color: #B616C1;
}
</style>