Shades of Deep Magenta #B705DC
Tints of Deep Magenta #B705DC
RGB
CMYK
RGB Variations
Color information
#B705DC (or 0xB705DC) is known color: Deep Magenta. HEX triplet: B7, 05 and DC. RGB value is (183,5,220). Sum of RGB (Red+Green+Blue) = 183+5+220=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #B705DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705DC is #48FA23. Grayscale: #525252. Windows color (decimal): -4782628 or 14419383. OLE color: 14419383.
HSL color Cylindrical-coordinate representation of color #B705DC: hue angle of 289.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705DC is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 5 | 220 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.14 |
| HSL | 289.67º | 0.96% | 0.44% | - |
| HSV(B) | 289.67º | 0.98% | 0.86% | - |
| XYZ | 32.5 | 15.34 | 68.96 | - |
| YUV | 82.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 220 | 0.17 | 0.98 | 0 | 0.14 | 289.67 | 0.96 | 0.44 |
| Hex | B7 | 5 | DC | 11 | 62 | 0 | E | 122 | 60 | 2C |
| Octal | 267 | 5 | 334 | 21 | 142 | 0 | 16 | 442 | 140 | 54 |
| Binary | 10110111 | 101 | 11011100 | 10001 | 1100010 | 0 | 1110 | 100100010 | 1100000 | 101100 |
Color Harmonies of #B705DC
Complementary color
Monochromatic Colors of #B705DC
Black with #B705DC
Text Example
Text Example
White with #B705DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705DC; }
p { color: rgb(183,5,220); }
H1.HeaderClassName
{
color: #B705DC;
}
.AnyTagClassName
{
color: #B705DC;
}
</style>
background-color css
<style>
a { background-color: #B705DC; }
a { background-color: rgb(183,5,220); }
div.DivClassName
{
background-color: #B705DC;
}
.BgClassName
{
background-color: #B705DC;
}
</style>
border-color css
<style>
span { border-color: #B705DC; }
span { border-color: rgb(183,5,220); }
td.TdClassName
{
border-color: #B705DC;
}
.TagClassName
{
border-color: #B705DC;
}
</style>