Shades of Deep Magenta #B706B2
Tints of Deep Magenta #B706B2
RGB
CMYK
RGB Variations
Color information
#B706B2 (or 0xB706B2) is known color: Deep Magenta. HEX triplet: B7, 06 and B2. RGB value is (183,6,178). Sum of RGB (Red+Green+Blue) = 183+6+178=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B706B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706B2 is #48F94D. Grayscale: #4E4E4E. Windows color (decimal): -4782414 or 11667127. OLE color: 11667127.
HSL color Cylindrical-coordinate representation of color #B706B2: hue angle of 301.69º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706B2 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.28 |
| HSL | 301.69º | 0.94% | 0.37% | - |
| HSV(B) | 301.69º | 0.97% | 0.72% | - |
| XYZ | 27.63 | 13.41 | 43.25 | - |
| YUV | 78.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 178 | 0 | 0.97 | 0.03 | 0.28 | 301.69 | 0.94 | 0.37 |
| Hex | B7 | 6 | B2 | 0 | 61 | 3 | 1C | 12E | 5E | 25 |
| Octal | 267 | 6 | 262 | 0 | 141 | 3 | 34 | 456 | 136 | 45 |
| Binary | 10110111 | 110 | 10110010 | 0 | 1100001 | 11 | 11100 | 100101110 | 1011110 | 100101 |
Color Harmonies of #B706B2
Complementary color
Monochromatic Colors of #B706B2
Black with #B706B2
Text Example
Text Example
White with #B706B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706B2; }
p { color: rgb(183,6,178); }
H1.HeaderClassName
{
color: #B706B2;
}
.AnyTagClassName
{
color: #B706B2;
}
</style>
background-color css
<style>
a { background-color: #B706B2; }
a { background-color: rgb(183,6,178); }
div.DivClassName
{
background-color: #B706B2;
}
.BgClassName
{
background-color: #B706B2;
}
</style>
border-color css
<style>
span { border-color: #B706B2; }
span { border-color: rgb(183,6,178); }
td.TdClassName
{
border-color: #B706B2;
}
.TagClassName
{
border-color: #B706B2;
}
</style>