Shades of Deep Magenta #B20DC7
Tints of Deep Magenta #B20DC7
RGB
CMYK
RGB Variations
Color information
#B20DC7 (or 0xB20DC7) is known color: Deep Magenta. HEX triplet: B2, 0D and C7. RGB value is (178,13,199). Sum of RGB (Red+Green+Blue) = 178+13+199=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #B20DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DC7 is #4DF238. Grayscale: #525252. Windows color (decimal): -5108281 or 13045170. OLE color: 13045170.
HSL color Cylindrical-coordinate representation of color #B20DC7: hue angle of 293.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DC7 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 13 | 199 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.22 |
| HSL | 293.23º | 0.88% | 0.42% | - |
| HSV(B) | 293.23º | 0.93% | 0.78% | - |
| XYZ | 28.81 | 13.88 | 55.19 | - |
| YUV | 83.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 199 | 0.11 | 0.93 | 0 | 0.22 | 293.23 | 0.88 | 0.42 |
| Hex | B2 | D | C7 | B | 5D | 0 | 16 | 125 | 58 | 2A |
| Octal | 262 | 15 | 307 | 13 | 135 | 0 | 26 | 445 | 130 | 52 |
| Binary | 10110010 | 1101 | 11000111 | 1011 | 1011101 | 0 | 10110 | 100100101 | 1011000 | 101010 |
Color Harmonies of #B20DC7
Complementary color
Monochromatic Colors of #B20DC7
Black with #B20DC7
Text Example
Text Example
White with #B20DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DC7; }
p { color: rgb(178,13,199); }
H1.HeaderClassName
{
color: #B20DC7;
}
.AnyTagClassName
{
color: #B20DC7;
}
</style>
background-color css
<style>
a { background-color: #B20DC7; }
a { background-color: rgb(178,13,199); }
div.DivClassName
{
background-color: #B20DC7;
}
.BgClassName
{
background-color: #B20DC7;
}
</style>
border-color css
<style>
span { border-color: #B20DC7; }
span { border-color: rgb(178,13,199); }
td.TdClassName
{
border-color: #B20DC7;
}
.TagClassName
{
border-color: #B20DC7;
}
</style>