Shades of Medium Violet Red #B8099C
Tints of Medium Violet Red #B8099C
RGB
CMYK
RGB Variations
Color information
#B8099C (or 0xB8099C) is known color: Medium Violet Red. HEX triplet: B8, 09 and 9C. RGB value is (184,9,156). Sum of RGB (Red+Green+Blue) = 184+9+156=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8099C is #47F663. Grayscale: #4D4D4D. Windows color (decimal): -4716132 or 10226104. OLE color: 10226104.
HSL color Cylindrical-coordinate representation of color #B8099C: hue angle of 309.6º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8099C is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.28 |
| HSL | 309.6º | 0.91% | 0.38% | - |
| HSV(B) | 309.6º | 0.95% | 0.72% | - |
| XYZ | 25.87 | 12.79 | 32.56 | - |
| YUV | 78.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 156 | 0 | 0.95 | 0.15 | 0.28 | 309.6 | 0.91 | 0.38 |
| Hex | B8 | 9 | 9C | 0 | 5F | F | 1C | 136 | 5B | 26 |
| Octal | 270 | 11 | 234 | 0 | 137 | 17 | 34 | 466 | 133 | 46 |
| Binary | 10111000 | 1001 | 10011100 | 0 | 1011111 | 1111 | 11100 | 100110110 | 1011011 | 100110 |
Color Harmonies of #B8099C
Complementary color
Monochromatic Colors of #B8099C
Black with #B8099C
Text Example
Text Example
White with #B8099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8099C; }
p { color: rgb(184,9,156); }
H1.HeaderClassName
{
color: #B8099C;
}
.AnyTagClassName
{
color: #B8099C;
}
</style>
background-color css
<style>
a { background-color: #B8099C; }
a { background-color: rgb(184,9,156); }
div.DivClassName
{
background-color: #B8099C;
}
.BgClassName
{
background-color: #B8099C;
}
</style>
border-color css
<style>
span { border-color: #B8099C; }
span { border-color: rgb(184,9,156); }
td.TdClassName
{
border-color: #B8099C;
}
.TagClassName
{
border-color: #B8099C;
}
</style>