Shades of Deep Magenta #B209A6
Tints of Deep Magenta #B209A6
RGB
CMYK
RGB Variations
Color information
#B209A6 (or 0xB209A6) is known color: Deep Magenta. HEX triplet: B2, 09 and A6. RGB value is (178,9,166). Sum of RGB (Red+Green+Blue) = 178+9+166=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B209A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B209A6 is #4DF659. Grayscale: #4C4C4C. Windows color (decimal): -5109338 or 10881458. OLE color: 10881458.
HSL color Cylindrical-coordinate representation of color #B209A6: hue angle of 304.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B209A6 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 166 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.30 |
| HSL | 304.26º | 0.9% | 0.37% | - |
| HSV(B) | 304.26º | 0.95% | 0.7% | - |
| XYZ | 25.34 | 12.41 | 37.14 | - |
| YUV | 77.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 166 | 0 | 0.95 | 0.07 | 0.30 | 304.26 | 0.9 | 0.37 |
| Hex | B2 | 9 | A6 | 0 | 5F | 7 | 1E | 130 | 5A | 25 |
| Octal | 262 | 11 | 246 | 0 | 137 | 7 | 36 | 460 | 132 | 45 |
| Binary | 10110010 | 1001 | 10100110 | 0 | 1011111 | 111 | 11110 | 100110000 | 1011010 | 100101 |
Color Harmonies of #B209A6
Complementary color
Monochromatic Colors of #B209A6
Black with #B209A6
Text Example
Text Example
White with #B209A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B209A6; }
p { color: rgb(178,9,166); }
H1.HeaderClassName
{
color: #B209A6;
}
.AnyTagClassName
{
color: #B209A6;
}
</style>
background-color css
<style>
a { background-color: #B209A6; }
a { background-color: rgb(178,9,166); }
div.DivClassName
{
background-color: #B209A6;
}
.BgClassName
{
background-color: #B209A6;
}
</style>
border-color css
<style>
span { border-color: #B209A6; }
span { border-color: rgb(178,9,166); }
td.TdClassName
{
border-color: #B209A6;
}
.TagClassName
{
border-color: #B209A6;
}
</style>