Shades of Deep Magenta #B706BA
Tints of Deep Magenta #B706BA
RGB
CMYK
RGB Variations
Color information
#B706BA (or 0xB706BA) is known color: Deep Magenta. HEX triplet: B7, 06 and BA. RGB value is (183,6,186). Sum of RGB (Red+Green+Blue) = 183+6+186=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #B706BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706BA is #48F945. Grayscale: #4E4E4E. Windows color (decimal): -4782406 or 12191415. OLE color: 12191415.
HSL color Cylindrical-coordinate representation of color #B706BA: hue angle of 299º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706BA is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 6 | 186 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.27 |
| HSL | 299º | 0.94% | 0.38% | - |
| HSV(B) | 299º | 0.97% | 0.73% | - |
| XYZ | 28.46 | 13.74 | 47.61 | - |
| YUV | 79.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 186 | 0.02 | 0.97 | 0 | 0.27 | 299 | 0.94 | 0.38 |
| Hex | B7 | 6 | BA | 2 | 61 | 0 | 1B | 12B | 5E | 26 |
| Octal | 267 | 6 | 272 | 2 | 141 | 0 | 33 | 453 | 136 | 46 |
| Binary | 10110111 | 110 | 10111010 | 10 | 1100001 | 0 | 11011 | 100101011 | 1011110 | 100110 |
Color Harmonies of #B706BA
Complementary color
Monochromatic Colors of #B706BA
Black with #B706BA
Text Example
Text Example
White with #B706BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706BA; }
p { color: rgb(183,6,186); }
H1.HeaderClassName
{
color: #B706BA;
}
.AnyTagClassName
{
color: #B706BA;
}
</style>
background-color css
<style>
a { background-color: #B706BA; }
a { background-color: rgb(183,6,186); }
div.DivClassName
{
background-color: #B706BA;
}
.BgClassName
{
background-color: #B706BA;
}
</style>
border-color css
<style>
span { border-color: #B706BA; }
span { border-color: rgb(183,6,186); }
td.TdClassName
{
border-color: #B706BA;
}
.TagClassName
{
border-color: #B706BA;
}
</style>