Shades of Deep Magenta #B706B0
Tints of Deep Magenta #B706B0
RGB
CMYK
RGB Variations
Color information
#B706B0 (or 0xB706B0) is known color: Deep Magenta. HEX triplet: B7, 06 and B0. RGB value is (183,6,176). Sum of RGB (Red+Green+Blue) = 183+6+176=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B706B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706B0 is #48F94F. Grayscale: #4D4D4D. Windows color (decimal): -4782416 or 11536055. OLE color: 11536055.
HSL color Cylindrical-coordinate representation of color #B706B0: hue angle of 302.37º 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 #B706B0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.28 |
| HSL | 302.37º | 0.94% | 0.37% | - |
| HSV(B) | 302.37º | 0.97% | 0.72% | - |
| XYZ | 27.43 | 13.33 | 42.2 | - |
| YUV | 78.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 176 | 0 | 0.97 | 0.04 | 0.28 | 302.37 | 0.94 | 0.37 |
| Hex | B7 | 6 | B0 | 0 | 61 | 4 | 1C | 12E | 5E | 25 |
| Octal | 267 | 6 | 260 | 0 | 141 | 4 | 34 | 456 | 136 | 45 |
| Binary | 10110111 | 110 | 10110000 | 0 | 1100001 | 100 | 11100 | 100101110 | 1011110 | 100101 |
Color Harmonies of #B706B0
Complementary color
Monochromatic Colors of #B706B0
Black with #B706B0
Text Example
Text Example
White with #B706B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706B0; }
p { color: rgb(183,6,176); }
H1.HeaderClassName
{
color: #B706B0;
}
.AnyTagClassName
{
color: #B706B0;
}
</style>
background-color css
<style>
a { background-color: #B706B0; }
a { background-color: rgb(183,6,176); }
div.DivClassName
{
background-color: #B706B0;
}
.BgClassName
{
background-color: #B706B0;
}
</style>
border-color css
<style>
span { border-color: #B706B0; }
span { border-color: rgb(183,6,176); }
td.TdClassName
{
border-color: #B706B0;
}
.TagClassName
{
border-color: #B706B0;
}
</style>