Shades of Deep Magenta #B708D5
Tints of Deep Magenta #B708D5
RGB
CMYK
RGB Variations
Color information
#B708D5 (or 0xB708D5) is known color: Deep Magenta. HEX triplet: B7, 08 and D5. RGB value is (183,8,213). Sum of RGB (Red+Green+Blue) = 183+8+213=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #B708D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708D5 is #48F72A. Grayscale: #535353. Windows color (decimal): -4781867 or 13961399. OLE color: 13961399.
HSL color Cylindrical-coordinate representation of color #B708D5: hue angle of 291.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708D5 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 8 | 213 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.16 |
| HSL | 291.22º | 0.93% | 0.43% | - |
| HSV(B) | 291.22º | 0.96% | 0.84% | - |
| XYZ | 31.63 | 15.05 | 64.19 | - |
| YUV | 83.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 213 | 0.14 | 0.96 | 0 | 0.16 | 291.22 | 0.93 | 0.43 |
| Hex | B7 | 8 | D5 | E | 60 | 0 | 10 | 123 | 5D | 2B |
| Octal | 267 | 10 | 325 | 16 | 140 | 0 | 20 | 443 | 135 | 53 |
| Binary | 10110111 | 1000 | 11010101 | 1110 | 1100000 | 0 | 10000 | 100100011 | 1011101 | 101011 |
Color Harmonies of #B708D5
Complementary color
Monochromatic Colors of #B708D5
Black with #B708D5
Text Example
Text Example
White with #B708D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B708D5; }
p { color: rgb(183,8,213); }
H1.HeaderClassName
{
color: #B708D5;
}
.AnyTagClassName
{
color: #B708D5;
}
</style>
background-color css
<style>
a { background-color: #B708D5; }
a { background-color: rgb(183,8,213); }
div.DivClassName
{
background-color: #B708D5;
}
.BgClassName
{
background-color: #B708D5;
}
</style>
border-color css
<style>
span { border-color: #B708D5; }
span { border-color: rgb(183,8,213); }
td.TdClassName
{
border-color: #B708D5;
}
.TagClassName
{
border-color: #B708D5;
}
</style>