Shades of Deep Magenta #B708CE
Tints of Deep Magenta #B708CE
RGB
CMYK
RGB Variations
Color information
#B708CE (or 0xB708CE) is known color: Deep Magenta. HEX triplet: B7, 08 and CE. RGB value is (183,8,206). Sum of RGB (Red+Green+Blue) = 183+8+206=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #B708CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708CE is #48F731. Grayscale: #525252. Windows color (decimal): -4781874 or 13502647. OLE color: 13502647.
HSL color Cylindrical-coordinate representation of color #B708CE: hue angle of 293.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708CE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 8 | 206 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.19 |
| HSL | 293.03º | 0.93% | 0.42% | - |
| HSV(B) | 293.03º | 0.96% | 0.81% | - |
| XYZ | 30.76 | 14.7 | 59.61 | - |
| YUV | 82.9 | 197.48 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 206 | 0.11 | 0.96 | 0 | 0.19 | 293.03 | 0.93 | 0.42 |
| Hex | B7 | 8 | CE | B | 60 | 0 | 13 | 125 | 5D | 2A |
| Octal | 267 | 10 | 316 | 13 | 140 | 0 | 23 | 445 | 135 | 52 |
| Binary | 10110111 | 1000 | 11001110 | 1011 | 1100000 | 0 | 10011 | 100100101 | 1011101 | 101010 |
Color Harmonies of #B708CE
Complementary color
Monochromatic Colors of #B708CE
Black with #B708CE
Text Example
Text Example
White with #B708CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B708CE; }
p { color: rgb(183,8,206); }
H1.HeaderClassName
{
color: #B708CE;
}
.AnyTagClassName
{
color: #B708CE;
}
</style>
background-color css
<style>
a { background-color: #B708CE; }
a { background-color: rgb(183,8,206); }
div.DivClassName
{
background-color: #B708CE;
}
.BgClassName
{
background-color: #B708CE;
}
</style>
border-color css
<style>
span { border-color: #B708CE; }
span { border-color: rgb(183,8,206); }
td.TdClassName
{
border-color: #B708CE;
}
.TagClassName
{
border-color: #B708CE;
}
</style>