Shades of Deep Magenta #B708DB
Tints of Deep Magenta #B708DB
RGB
CMYK
RGB Variations
Color information
#B708DB (or 0xB708DB) is known color: Deep Magenta. HEX triplet: B7, 08 and DB. RGB value is (183,8,219). Sum of RGB (Red+Green+Blue) = 183+8+219=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #B708DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708DB is #48F724. Grayscale: #535353. Windows color (decimal): -4781861 or 14354615. OLE color: 14354615.
HSL color Cylindrical-coordinate representation of color #B708DB: hue angle of 289.76º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708DB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 8 | 219 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.14 |
| HSL | 289.76º | 0.93% | 0.45% | - |
| HSV(B) | 289.76º | 0.96% | 0.86% | - |
| XYZ | 32.4 | 15.36 | 68.27 | - |
| YUV | 84.38 | 203.98 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 219 | 0.16 | 0.96 | 0 | 0.14 | 289.76 | 0.93 | 0.45 |
| Hex | B7 | 8 | DB | 10 | 60 | 0 | E | 122 | 5D | 2D |
| Octal | 267 | 10 | 333 | 20 | 140 | 0 | 16 | 442 | 135 | 55 |
| Binary | 10110111 | 1000 | 11011011 | 10000 | 1100000 | 0 | 1110 | 100100010 | 1011101 | 101101 |
Color Harmonies of #B708DB
Complementary color
Monochromatic Colors of #B708DB
Black with #B708DB
Text Example
Text Example
White with #B708DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B708DB; }
p { color: rgb(183,8,219); }
H1.HeaderClassName
{
color: #B708DB;
}
.AnyTagClassName
{
color: #B708DB;
}
</style>
background-color css
<style>
a { background-color: #B708DB; }
a { background-color: rgb(183,8,219); }
div.DivClassName
{
background-color: #B708DB;
}
.BgClassName
{
background-color: #B708DB;
}
</style>
border-color css
<style>
span { border-color: #B708DB; }
span { border-color: rgb(183,8,219); }
td.TdClassName
{
border-color: #B708DB;
}
.TagClassName
{
border-color: #B708DB;
}
</style>