Shades of Deep Magenta #B209C0
Tints of Deep Magenta #B209C0
RGB
CMYK
RGB Variations
Color information
#B209C0 (or 0xB209C0) is known color: Deep Magenta. HEX triplet: B2, 09 and C0. RGB value is (178,9,192). Sum of RGB (Red+Green+Blue) = 178+9+192=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #B209C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209C0 is #4DF63F. Grayscale: #4F4F4F. Windows color (decimal): -5109312 or 12585394. OLE color: 12585394.
HSL color Cylindrical-coordinate representation of color #B209C0: hue angle of 295.41º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B209C0 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 9 | 192 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.25 |
| HSL | 295.41º | 0.91% | 0.39% | - |
| HSV(B) | 295.41º | 0.95% | 0.75% | - |
| XYZ | 27.97 | 13.47 | 50.99 | - |
| YUV | 80.39 | 190.99 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 192 | 0.07 | 0.95 | 0 | 0.25 | 295.41 | 0.91 | 0.39 |
| Hex | B2 | 9 | C0 | 7 | 5F | 0 | 19 | 127 | 5B | 27 |
| Octal | 262 | 11 | 300 | 7 | 137 | 0 | 31 | 447 | 133 | 47 |
| Binary | 10110010 | 1001 | 11000000 | 111 | 1011111 | 0 | 11001 | 100100111 | 1011011 | 100111 |
Color Harmonies of #B209C0
Complementary color
Monochromatic Colors of #B209C0
Black with #B209C0
Text Example
Text Example
White with #B209C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B209C0; }
p { color: rgb(178,9,192); }
H1.HeaderClassName
{
color: #B209C0;
}
.AnyTagClassName
{
color: #B209C0;
}
</style>
background-color css
<style>
a { background-color: #B209C0; }
a { background-color: rgb(178,9,192); }
div.DivClassName
{
background-color: #B209C0;
}
.BgClassName
{
background-color: #B209C0;
}
</style>
border-color css
<style>
span { border-color: #B209C0; }
span { border-color: rgb(178,9,192); }
td.TdClassName
{
border-color: #B209C0;
}
.TagClassName
{
border-color: #B209C0;
}
</style>