Shades of Medium Violet Red #B2099E
Tints of Medium Violet Red #B2099E
RGB
CMYK
RGB Variations
Color information
#B2099E (or 0xB2099E) is known color: Medium Violet Red. HEX triplet: B2, 09 and 9E. RGB value is (178,9,158). Sum of RGB (Red+Green+Blue) = 178+9+158=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2099E is #4DF661. Grayscale: #4C4C4C. Windows color (decimal): -5109346 or 10357170. OLE color: 10357170.
HSL color Cylindrical-coordinate representation of color #B2099E: hue angle of 307.1º 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 #B2099E is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.30 |
| HSL | 307.1º | 0.9% | 0.37% | - |
| HSV(B) | 307.1º | 0.95% | 0.7% | - |
| XYZ | 24.63 | 12.13 | 33.39 | - |
| YUV | 76.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 158 | 0 | 0.95 | 0.11 | 0.30 | 307.1 | 0.9 | 0.37 |
| Hex | B2 | 9 | 9E | 0 | 5F | B | 1E | 133 | 5A | 25 |
| Octal | 262 | 11 | 236 | 0 | 137 | 13 | 36 | 463 | 132 | 45 |
| Binary | 10110010 | 1001 | 10011110 | 0 | 1011111 | 1011 | 11110 | 100110011 | 1011010 | 100101 |
Color Harmonies of #B2099E
Complementary color
Monochromatic Colors of #B2099E
Black with #B2099E
Text Example
Text Example
White with #B2099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2099E; }
p { color: rgb(178,9,158); }
H1.HeaderClassName
{
color: #B2099E;
}
.AnyTagClassName
{
color: #B2099E;
}
</style>
background-color css
<style>
a { background-color: #B2099E; }
a { background-color: rgb(178,9,158); }
div.DivClassName
{
background-color: #B2099E;
}
.BgClassName
{
background-color: #B2099E;
}
</style>
border-color css
<style>
span { border-color: #B2099E; }
span { border-color: rgb(178,9,158); }
td.TdClassName
{
border-color: #B2099E;
}
.TagClassName
{
border-color: #B2099E;
}
</style>