Shades of Deep Magenta #B205C2
Tints of Deep Magenta #B205C2
RGB
CMYK
RGB Variations
Color information
#B205C2 (or 0xB205C2) is known color: Deep Magenta. HEX triplet: B2, 05 and C2. RGB value is (178,5,194). Sum of RGB (Red+Green+Blue) = 178+5+194=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #B205C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205C2 is #4DFA3D. Grayscale: #4D4D4D. Windows color (decimal): -5110334 or 12715442. OLE color: 12715442.
HSL color Cylindrical-coordinate representation of color #B205C2: hue angle of 294.92º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B205C2 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 5 | 194 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.24 |
| HSL | 294.92º | 0.95% | 0.39% | - |
| HSV(B) | 294.92º | 0.97% | 0.76% | - |
| XYZ | 28.15 | 13.47 | 52.15 | - |
| YUV | 78.27 | 193.31 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 194 | 0.08 | 0.97 | 0 | 0.24 | 294.92 | 0.95 | 0.39 |
| Hex | B2 | 5 | C2 | 8 | 61 | 0 | 18 | 127 | 5F | 27 |
| Octal | 262 | 5 | 302 | 10 | 141 | 0 | 30 | 447 | 137 | 47 |
| Binary | 10110010 | 101 | 11000010 | 1000 | 1100001 | 0 | 11000 | 100100111 | 1011111 | 100111 |
Color Harmonies of #B205C2
Complementary color
Monochromatic Colors of #B205C2
Black with #B205C2
Text Example
Text Example
White with #B205C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205C2; }
p { color: rgb(178,5,194); }
H1.HeaderClassName
{
color: #B205C2;
}
.AnyTagClassName
{
color: #B205C2;
}
</style>
background-color css
<style>
a { background-color: #B205C2; }
a { background-color: rgb(178,5,194); }
div.DivClassName
{
background-color: #B205C2;
}
.BgClassName
{
background-color: #B205C2;
}
</style>
border-color css
<style>
span { border-color: #B205C2; }
span { border-color: rgb(178,5,194); }
td.TdClassName
{
border-color: #B205C2;
}
.TagClassName
{
border-color: #B205C2;
}
</style>