Shades of Deep Magenta #B704CE
Tints of Deep Magenta #B704CE
RGB
CMYK
RGB Variations
Color information
#B704CE (or 0xB704CE) is known color: Deep Magenta. HEX triplet: B7, 04 and CE. RGB value is (183,4,206). Sum of RGB (Red+Green+Blue) = 183+4+206=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #B704CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B704CE is #48FB31. Grayscale: #4F4F4F. Windows color (decimal): -4782898 or 13501623. OLE color: 13501623.
HSL color Cylindrical-coordinate representation of color #B704CE: hue angle of 293.17º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704CE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 4 | 206 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.19 |
| HSL | 293.17º | 0.96% | 0.41% | - |
| HSV(B) | 293.17º | 0.98% | 0.81% | - |
| XYZ | 30.71 | 14.61 | 59.59 | - |
| YUV | 80.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 206 | 0.11 | 0.98 | 0 | 0.19 | 293.17 | 0.96 | 0.41 |
| Hex | B7 | 4 | CE | B | 62 | 0 | 13 | 125 | 60 | 29 |
| Octal | 267 | 4 | 316 | 13 | 142 | 0 | 23 | 445 | 140 | 51 |
| Binary | 10110111 | 100 | 11001110 | 1011 | 1100010 | 0 | 10011 | 100100101 | 1100000 | 101001 |
Color Harmonies of #B704CE
Complementary color
Monochromatic Colors of #B704CE
Black with #B704CE
Text Example
Text Example
White with #B704CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B704CE; }
p { color: rgb(183,4,206); }
H1.HeaderClassName
{
color: #B704CE;
}
.AnyTagClassName
{
color: #B704CE;
}
</style>
background-color css
<style>
a { background-color: #B704CE; }
a { background-color: rgb(183,4,206); }
div.DivClassName
{
background-color: #B704CE;
}
.BgClassName
{
background-color: #B704CE;
}
</style>
border-color css
<style>
span { border-color: #B704CE; }
span { border-color: rgb(183,4,206); }
td.TdClassName
{
border-color: #B704CE;
}
.TagClassName
{
border-color: #B704CE;
}
</style>