Shades of Deep Magenta #B205C0
Tints of Deep Magenta #B205C0
RGB
CMYK
RGB Variations
Color information
#B205C0 (or 0xB205C0) is known color: Deep Magenta. HEX triplet: B2, 05 and C0. RGB value is (178,5,192). Sum of RGB (Red+Green+Blue) = 178+5+192=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #B205C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205C0 is #4DFA3F. Grayscale: #4D4D4D. Windows color (decimal): -5110336 or 12584370. OLE color: 12584370.
HSL color Cylindrical-coordinate representation of color #B205C0: hue angle of 295.51º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B205C0 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 5 | 192 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.25 |
| HSL | 295.51º | 0.95% | 0.39% | - |
| HSV(B) | 295.51º | 0.97% | 0.75% | - |
| XYZ | 27.93 | 13.38 | 50.98 | - |
| YUV | 78.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 192 | 0.07 | 0.97 | 0 | 0.25 | 295.51 | 0.95 | 0.39 |
| Hex | B2 | 5 | C0 | 7 | 61 | 0 | 19 | 128 | 5F | 27 |
| Octal | 262 | 5 | 300 | 7 | 141 | 0 | 31 | 450 | 137 | 47 |
| Binary | 10110010 | 101 | 11000000 | 111 | 1100001 | 0 | 11001 | 100101000 | 1011111 | 100111 |
Color Harmonies of #B205C0
Complementary color
Monochromatic Colors of #B205C0
Black with #B205C0
Text Example
Text Example
White with #B205C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205C0; }
p { color: rgb(178,5,192); }
H1.HeaderClassName
{
color: #B205C0;
}
.AnyTagClassName
{
color: #B205C0;
}
</style>
background-color css
<style>
a { background-color: #B205C0; }
a { background-color: rgb(178,5,192); }
div.DivClassName
{
background-color: #B205C0;
}
.BgClassName
{
background-color: #B205C0;
}
</style>
border-color css
<style>
span { border-color: #B205C0; }
span { border-color: rgb(178,5,192); }
td.TdClassName
{
border-color: #B205C0;
}
.TagClassName
{
border-color: #B205C0;
}
</style>