Shades of Deep Magenta #B616B7
Tints of Deep Magenta #B616B7
RGB
CMYK
RGB Variations
Color information
#B616B7 (or 0xB616B7) is known color: Deep Magenta. HEX triplet: B6, 16 and B7. RGB value is (182,22,183). Sum of RGB (Red+Green+Blue) = 182+22+183=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #B616B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616B7 is #49E948. Grayscale: #575757. Windows color (decimal): -4843849 or 11998902. OLE color: 11998902.
HSL color Cylindrical-coordinate representation of color #B616B7: hue angle of 299.63º 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 #B616B7 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 22 | 183 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.28 |
| HSL | 299.63º | 0.79% | 0.4% | - |
| HSV(B) | 299.63º | 0.88% | 0.72% | - |
| XYZ | 28.13 | 13.94 | 46.01 | - |
| YUV | 88.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 183 | 0.01 | 0.88 | 0 | 0.28 | 299.63 | 0.79 | 0.4 |
| Hex | B6 | 16 | B7 | 1 | 58 | 0 | 1C | 12C | 4F | 28 |
| Octal | 266 | 26 | 267 | 1 | 130 | 0 | 34 | 454 | 117 | 50 |
| Binary | 10110110 | 10110 | 10110111 | 1 | 1011000 | 0 | 11100 | 100101100 | 1001111 | 101000 |
Color Harmonies of #B616B7
Complementary color
Monochromatic Colors of #B616B7
Black with #B616B7
Text Example
Text Example
White with #B616B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616B7; }
p { color: rgb(182,22,183); }
H1.HeaderClassName
{
color: #B616B7;
}
.AnyTagClassName
{
color: #B616B7;
}
</style>
background-color css
<style>
a { background-color: #B616B7; }
a { background-color: rgb(182,22,183); }
div.DivClassName
{
background-color: #B616B7;
}
.BgClassName
{
background-color: #B616B7;
}
</style>
border-color css
<style>
span { border-color: #B616B7; }
span { border-color: rgb(182,22,183); }
td.TdClassName
{
border-color: #B616B7;
}
.TagClassName
{
border-color: #B616B7;
}
</style>