Shades of Medium Violet Red #B2099B
Tints of Medium Violet Red #B2099B
RGB
CMYK
RGB Variations
Color information
#B2099B (or 0xB2099B) is known color: Medium Violet Red. HEX triplet: B2, 09 and 9B. RGB value is (178,9,155). Sum of RGB (Red+Green+Blue) = 178+9+155=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2099B is #4DF664. Grayscale: #4B4B4B. Windows color (decimal): -5109349 or 10160562. OLE color: 10160562.
HSL color Cylindrical-coordinate representation of color #B2099B: hue angle of 308.17º 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 #B2099B is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.30 |
| HSL | 308.17º | 0.9% | 0.37% | - |
| HSV(B) | 308.17º | 0.95% | 0.7% | - |
| XYZ | 24.37 | 12.03 | 32.05 | - |
| YUV | 76.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 155 | 0 | 0.95 | 0.13 | 0.30 | 308.17 | 0.9 | 0.37 |
| Hex | B2 | 9 | 9B | 0 | 5F | D | 1E | 134 | 5A | 25 |
| Octal | 262 | 11 | 233 | 0 | 137 | 15 | 36 | 464 | 132 | 45 |
| Binary | 10110010 | 1001 | 10011011 | 0 | 1011111 | 1101 | 11110 | 100110100 | 1011010 | 100101 |
Color Harmonies of #B2099B
Complementary color
Monochromatic Colors of #B2099B
Black with #B2099B
Text Example
Text Example
White with #B2099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2099B; }
p { color: rgb(178,9,155); }
H1.HeaderClassName
{
color: #B2099B;
}
.AnyTagClassName
{
color: #B2099B;
}
</style>
background-color css
<style>
a { background-color: #B2099B; }
a { background-color: rgb(178,9,155); }
div.DivClassName
{
background-color: #B2099B;
}
.BgClassName
{
background-color: #B2099B;
}
</style>
border-color css
<style>
span { border-color: #B2099B; }
span { border-color: rgb(178,9,155); }
td.TdClassName
{
border-color: #B2099B;
}
.TagClassName
{
border-color: #B2099B;
}
</style>