Shades of Deep Magenta #B205D2
Tints of Deep Magenta #B205D2
RGB
CMYK
RGB Variations
Color information
#B205D2 (or 0xB205D2) is known color: Deep Magenta. HEX triplet: B2, 05 and D2. RGB value is (178,5,210). Sum of RGB (Red+Green+Blue) = 178+5+210=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #B205D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205D2 is #4DFA2D. Grayscale: #4F4F4F. Windows color (decimal): -5110318 or 13764018. OLE color: 13764018.
HSL color Cylindrical-coordinate representation of color #B205D2: hue angle of 290.63º 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 #B205D2 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 5 | 210 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.18 |
| HSL | 290.63º | 0.95% | 0.42% | - |
| HSV(B) | 290.63º | 0.98% | 0.82% | - |
| XYZ | 30.05 | 14.23 | 62.14 | - |
| YUV | 80.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 210 | 0.15 | 0.98 | 0 | 0.18 | 290.63 | 0.95 | 0.42 |
| Hex | B2 | 5 | D2 | F | 62 | 0 | 12 | 123 | 5F | 2A |
| Octal | 262 | 5 | 322 | 17 | 142 | 0 | 22 | 443 | 137 | 52 |
| Binary | 10110010 | 101 | 11010010 | 1111 | 1100010 | 0 | 10010 | 100100011 | 1011111 | 101010 |
Color Harmonies of #B205D2
Complementary color
Monochromatic Colors of #B205D2
Black with #B205D2
Text Example
Text Example
White with #B205D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205D2; }
p { color: rgb(178,5,210); }
H1.HeaderClassName
{
color: #B205D2;
}
.AnyTagClassName
{
color: #B205D2;
}
</style>
background-color css
<style>
a { background-color: #B205D2; }
a { background-color: rgb(178,5,210); }
div.DivClassName
{
background-color: #B205D2;
}
.BgClassName
{
background-color: #B205D2;
}
</style>
border-color css
<style>
span { border-color: #B205D2; }
span { border-color: rgb(178,5,210); }
td.TdClassName
{
border-color: #B205D2;
}
.TagClassName
{
border-color: #B205D2;
}
</style>