Shades of Deep Magenta #B205D1
Tints of Deep Magenta #B205D1
RGB
CMYK
RGB Variations
Color information
#B205D1 (or 0xB205D1) is known color: Deep Magenta. HEX triplet: B2, 05 and D1. RGB value is (178,5,209). Sum of RGB (Red+Green+Blue) = 178+5+209=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #B205D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205D1 is #4DFA2E. Grayscale: #4F4F4F. Windows color (decimal): -5110319 or 13698482. OLE color: 13698482.
HSL color Cylindrical-coordinate representation of color #B205D1: hue angle of 290.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205D1 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 5 | 209 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.18 |
| HSL | 290.88º | 0.95% | 0.42% | - |
| HSV(B) | 290.88º | 0.98% | 0.82% | - |
| XYZ | 29.92 | 14.18 | 61.48 | - |
| YUV | 79.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 209 | 0.15 | 0.98 | 0 | 0.18 | 290.88 | 0.95 | 0.42 |
| Hex | B2 | 5 | D1 | F | 62 | 0 | 12 | 123 | 5F | 2A |
| Octal | 262 | 5 | 321 | 17 | 142 | 0 | 22 | 443 | 137 | 52 |
| Binary | 10110010 | 101 | 11010001 | 1111 | 1100010 | 0 | 10010 | 100100011 | 1011111 | 101010 |
Color Harmonies of #B205D1
Complementary color
Monochromatic Colors of #B205D1
Black with #B205D1
Text Example
Text Example
White with #B205D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205D1; }
p { color: rgb(178,5,209); }
H1.HeaderClassName
{
color: #B205D1;
}
.AnyTagClassName
{
color: #B205D1;
}
</style>
background-color css
<style>
a { background-color: #B205D1; }
a { background-color: rgb(178,5,209); }
div.DivClassName
{
background-color: #B205D1;
}
.BgClassName
{
background-color: #B205D1;
}
</style>
border-color css
<style>
span { border-color: #B205D1; }
span { border-color: rgb(178,5,209); }
td.TdClassName
{
border-color: #B205D1;
}
.TagClassName
{
border-color: #B205D1;
}
</style>