Shades of Deep Magenta #B616CB
Tints of Deep Magenta #B616CB
RGB
CMYK
RGB Variations
Color information
#B616CB (or 0xB616CB) is known color: Deep Magenta. HEX triplet: B6, 16 and CB. RGB value is (182,22,203). Sum of RGB (Red+Green+Blue) = 182+22+203=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #B616CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616CB is #49E934. Grayscale: #595959. Windows color (decimal): -4843829 or 13309622. OLE color: 13309622.
HSL color Cylindrical-coordinate representation of color #B616CB: hue angle of 293.04º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B616CB is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 22 | 203 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.20 |
| HSL | 293.04º | 0.8% | 0.44% | - |
| HSV(B) | 293.04º | 0.89% | 0.8% | - |
| XYZ | 30.36 | 14.83 | 57.76 | - |
| YUV | 90.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 203 | 0.10 | 0.89 | 0 | 0.20 | 293.04 | 0.8 | 0.44 |
| Hex | B6 | 16 | CB | A | 59 | 0 | 14 | 125 | 50 | 2C |
| Octal | 266 | 26 | 313 | 12 | 131 | 0 | 24 | 445 | 120 | 54 |
| Binary | 10110110 | 10110 | 11001011 | 1010 | 1011001 | 0 | 10100 | 100100101 | 1010000 | 101100 |
Color Harmonies of #B616CB
Complementary color
Monochromatic Colors of #B616CB
Black with #B616CB
Text Example
Text Example
White with #B616CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616CB; }
p { color: rgb(182,22,203); }
H1.HeaderClassName
{
color: #B616CB;
}
.AnyTagClassName
{
color: #B616CB;
}
</style>
background-color css
<style>
a { background-color: #B616CB; }
a { background-color: rgb(182,22,203); }
div.DivClassName
{
background-color: #B616CB;
}
.BgClassName
{
background-color: #B616CB;
}
</style>
border-color css
<style>
span { border-color: #B616CB; }
span { border-color: rgb(182,22,203); }
td.TdClassName
{
border-color: #B616CB;
}
.TagClassName
{
border-color: #B616CB;
}
</style>