Shades of Deep Magenta #B708DC
Tints of Deep Magenta #B708DC
RGB
CMYK
RGB Variations
Color information
#B708DC (or 0xB708DC) is known color: Deep Magenta. HEX triplet: B7, 08 and DC. RGB value is (183,8,220). Sum of RGB (Red+Green+Blue) = 183+8+220=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #B708DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708DC is #48F723. Grayscale: #535353. Windows color (decimal): -4781860 or 14420151. OLE color: 14420151.
HSL color Cylindrical-coordinate representation of color #B708DC: hue angle of 289.53º 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 #B708DC is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 8 | 220 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.14 |
| HSL | 289.53º | 0.93% | 0.45% | - |
| HSV(B) | 289.53º | 0.96% | 0.86% | - |
| XYZ | 32.53 | 15.41 | 68.97 | - |
| YUV | 84.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 220 | 0.17 | 0.96 | 0 | 0.14 | 289.53 | 0.93 | 0.45 |
| Hex | B7 | 8 | DC | 11 | 60 | 0 | E | 122 | 5D | 2D |
| Octal | 267 | 10 | 334 | 21 | 140 | 0 | 16 | 442 | 135 | 55 |
| Binary | 10110111 | 1000 | 11011100 | 10001 | 1100000 | 0 | 1110 | 100100010 | 1011101 | 101101 |
Color Harmonies of #B708DC
Complementary color
Monochromatic Colors of #B708DC
Black with #B708DC
Text Example
Text Example
White with #B708DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B708DC; }
p { color: rgb(183,8,220); }
H1.HeaderClassName
{
color: #B708DC;
}
.AnyTagClassName
{
color: #B708DC;
}
</style>
background-color css
<style>
a { background-color: #B708DC; }
a { background-color: rgb(183,8,220); }
div.DivClassName
{
background-color: #B708DC;
}
.BgClassName
{
background-color: #B708DC;
}
</style>
border-color css
<style>
span { border-color: #B708DC; }
span { border-color: rgb(183,8,220); }
td.TdClassName
{
border-color: #B708DC;
}
.TagClassName
{
border-color: #B708DC;
}
</style>