Shades of Deep Magenta #B706C4
Tints of Deep Magenta #B706C4
RGB
CMYK
RGB Variations
Color information
#B706C4 (or 0xB706C4) is known color: Deep Magenta. HEX triplet: B7, 06 and C4. RGB value is (183,6,196). Sum of RGB (Red+Green+Blue) = 183+6+196=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #B706C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706C4 is #48F93B. Grayscale: #505050. Windows color (decimal): -4782396 or 12846775. OLE color: 12846775.
HSL color Cylindrical-coordinate representation of color #B706C4: hue angle of 295.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706C4 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 6 | 196 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.23 |
| HSL | 295.89º | 0.94% | 0.4% | - |
| HSV(B) | 295.89º | 0.97% | 0.77% | - |
| XYZ | 29.56 | 14.18 | 53.4 | - |
| YUV | 80.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 196 | 0.07 | 0.97 | 0 | 0.23 | 295.89 | 0.94 | 0.4 |
| Hex | B7 | 6 | C4 | 7 | 61 | 0 | 17 | 128 | 5E | 28 |
| Octal | 267 | 6 | 304 | 7 | 141 | 0 | 27 | 450 | 136 | 50 |
| Binary | 10110111 | 110 | 11000100 | 111 | 1100001 | 0 | 10111 | 100101000 | 1011110 | 101000 |
Color Harmonies of #B706C4
Complementary color
Monochromatic Colors of #B706C4
Black with #B706C4
Text Example
Text Example
White with #B706C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706C4; }
p { color: rgb(183,6,196); }
H1.HeaderClassName
{
color: #B706C4;
}
.AnyTagClassName
{
color: #B706C4;
}
</style>
background-color css
<style>
a { background-color: #B706C4; }
a { background-color: rgb(183,6,196); }
div.DivClassName
{
background-color: #B706C4;
}
.BgClassName
{
background-color: #B706C4;
}
</style>
border-color css
<style>
span { border-color: #B706C4; }
span { border-color: rgb(183,6,196); }
td.TdClassName
{
border-color: #B706C4;
}
.TagClassName
{
border-color: #B706C4;
}
</style>