Shades of Medium Violet Red #B209A4
Tints of Medium Violet Red #B209A4
RGB
CMYK
RGB Variations
Color information
#B209A4 (or 0xB209A4) is known color: Medium Violet Red. HEX triplet: B2, 09 and A4. RGB value is (178,9,164). Sum of RGB (Red+Green+Blue) = 178+9+164=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B209A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B209A4 is #4DF65B. Grayscale: #4C4C4C. Windows color (decimal): -5109340 or 10750386. OLE color: 10750386.
HSL color Cylindrical-coordinate representation of color #B209A4: hue angle of 304.97º 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 #B209A4 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 164 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.30 |
| HSL | 304.97º | 0.9% | 0.37% | - |
| HSV(B) | 304.97º | 0.95% | 0.7% | - |
| XYZ | 25.16 | 12.34 | 36.18 | - |
| YUV | 77.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 164 | 0 | 0.95 | 0.08 | 0.30 | 304.97 | 0.9 | 0.37 |
| Hex | B2 | 9 | A4 | 0 | 5F | 8 | 1E | 131 | 5A | 25 |
| Octal | 262 | 11 | 244 | 0 | 137 | 10 | 36 | 461 | 132 | 45 |
| Binary | 10110010 | 1001 | 10100100 | 0 | 1011111 | 1000 | 11110 | 100110001 | 1011010 | 100101 |
Color Harmonies of #B209A4
Complementary color
Monochromatic Colors of #B209A4
Black with #B209A4
Text Example
Text Example
White with #B209A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B209A4; }
p { color: rgb(178,9,164); }
H1.HeaderClassName
{
color: #B209A4;
}
.AnyTagClassName
{
color: #B209A4;
}
</style>
background-color css
<style>
a { background-color: #B209A4; }
a { background-color: rgb(178,9,164); }
div.DivClassName
{
background-color: #B209A4;
}
.BgClassName
{
background-color: #B209A4;
}
</style>
border-color css
<style>
span { border-color: #B209A4; }
span { border-color: rgb(178,9,164); }
td.TdClassName
{
border-color: #B209A4;
}
.TagClassName
{
border-color: #B209A4;
}
</style>