Shades of Deep Magenta #B209A8
Tints of Deep Magenta #B209A8
RGB
CMYK
RGB Variations
Color information
#B209A8 (or 0xB209A8) is known color: Deep Magenta. HEX triplet: B2, 09 and A8. RGB value is (178,9,168). Sum of RGB (Red+Green+Blue) = 178+9+168=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B209A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B209A8 is #4DF657. Grayscale: #4D4D4D. Windows color (decimal): -5109336 or 11012530. OLE color: 11012530.
HSL color Cylindrical-coordinate representation of color #B209A8: hue angle of 303.55º 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 #B209A8 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.30 |
| HSL | 303.55º | 0.9% | 0.37% | - |
| HSV(B) | 303.55º | 0.95% | 0.7% | - |
| XYZ | 25.53 | 12.49 | 38.11 | - |
| YUV | 77.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 168 | 0 | 0.95 | 0.06 | 0.30 | 303.55 | 0.9 | 0.37 |
| Hex | B2 | 9 | A8 | 0 | 5F | 6 | 1E | 130 | 5A | 25 |
| Octal | 262 | 11 | 250 | 0 | 137 | 6 | 36 | 460 | 132 | 45 |
| Binary | 10110010 | 1001 | 10101000 | 0 | 1011111 | 110 | 11110 | 100110000 | 1011010 | 100101 |
Color Harmonies of #B209A8
Complementary color
Monochromatic Colors of #B209A8
Black with #B209A8
Text Example
Text Example
White with #B209A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B209A8; }
p { color: rgb(178,9,168); }
H1.HeaderClassName
{
color: #B209A8;
}
.AnyTagClassName
{
color: #B209A8;
}
</style>
background-color css
<style>
a { background-color: #B209A8; }
a { background-color: rgb(178,9,168); }
div.DivClassName
{
background-color: #B209A8;
}
.BgClassName
{
background-color: #B209A8;
}
</style>
border-color css
<style>
span { border-color: #B209A8; }
span { border-color: rgb(178,9,168); }
td.TdClassName
{
border-color: #B209A8;
}
.TagClassName
{
border-color: #B209A8;
}
</style>