Shades of Deep Magenta #B706CE
Tints of Deep Magenta #B706CE
RGB
CMYK
RGB Variations
Color information
#B706CE (or 0xB706CE) is known color: Deep Magenta. HEX triplet: B7, 06 and CE. RGB value is (183,6,206). Sum of RGB (Red+Green+Blue) = 183+6+206=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #B706CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706CE is #48F931. Grayscale: #515151. Windows color (decimal): -4782386 or 13502135. OLE color: 13502135.
HSL color Cylindrical-coordinate representation of color #B706CE: hue angle of 293.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706CE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 6 | 206 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.19 |
| HSL | 293.1º | 0.94% | 0.42% | - |
| HSV(B) | 293.1º | 0.97% | 0.81% | - |
| XYZ | 30.73 | 14.65 | 59.6 | - |
| YUV | 81.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 206 | 0.11 | 0.97 | 0 | 0.19 | 293.1 | 0.94 | 0.42 |
| Hex | B7 | 6 | CE | B | 61 | 0 | 13 | 125 | 5E | 2A |
| Octal | 267 | 6 | 316 | 13 | 141 | 0 | 23 | 445 | 136 | 52 |
| Binary | 10110111 | 110 | 11001110 | 1011 | 1100001 | 0 | 10011 | 100100101 | 1011110 | 101010 |
Color Harmonies of #B706CE
Complementary color
Monochromatic Colors of #B706CE
Black with #B706CE
Text Example
Text Example
White with #B706CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706CE; }
p { color: rgb(183,6,206); }
H1.HeaderClassName
{
color: #B706CE;
}
.AnyTagClassName
{
color: #B706CE;
}
</style>
background-color css
<style>
a { background-color: #B706CE; }
a { background-color: rgb(183,6,206); }
div.DivClassName
{
background-color: #B706CE;
}
.BgClassName
{
background-color: #B706CE;
}
</style>
border-color css
<style>
span { border-color: #B706CE; }
span { border-color: rgb(183,6,206); }
td.TdClassName
{
border-color: #B706CE;
}
.TagClassName
{
border-color: #B706CE;
}
</style>