Shades of Medium Violet Red #B8099D
Tints of Medium Violet Red #B8099D
RGB
CMYK
RGB Variations
Color information
#B8099D (or 0xB8099D) is known color: Medium Violet Red. HEX triplet: B8, 09 and 9D. RGB value is (184,9,157). Sum of RGB (Red+Green+Blue) = 184+9+157=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8099D is #47F662. Grayscale: #4D4D4D. Windows color (decimal): -4716131 or 10291640. OLE color: 10291640.
HSL color Cylindrical-coordinate representation of color #B8099D: hue angle of 309.26º 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 #B8099D is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.28 |
| HSL | 309.26º | 0.91% | 0.38% | - |
| HSV(B) | 309.26º | 0.95% | 0.72% | - |
| XYZ | 25.95 | 12.82 | 33.01 | - |
| YUV | 78.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 157 | 0 | 0.95 | 0.15 | 0.28 | 309.26 | 0.91 | 0.38 |
| Hex | B8 | 9 | 9D | 0 | 5F | F | 1C | 135 | 5B | 26 |
| Octal | 270 | 11 | 235 | 0 | 137 | 17 | 34 | 465 | 133 | 46 |
| Binary | 10111000 | 1001 | 10011101 | 0 | 1011111 | 1111 | 11100 | 100110101 | 1011011 | 100110 |
Color Harmonies of #B8099D
Complementary color
Monochromatic Colors of #B8099D
Black with #B8099D
Text Example
Text Example
White with #B8099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8099D; }
p { color: rgb(184,9,157); }
H1.HeaderClassName
{
color: #B8099D;
}
.AnyTagClassName
{
color: #B8099D;
}
</style>
background-color css
<style>
a { background-color: #B8099D; }
a { background-color: rgb(184,9,157); }
div.DivClassName
{
background-color: #B8099D;
}
.BgClassName
{
background-color: #B8099D;
}
</style>
border-color css
<style>
span { border-color: #B8099D; }
span { border-color: rgb(184,9,157); }
td.TdClassName
{
border-color: #B8099D;
}
.TagClassName
{
border-color: #B8099D;
}
</style>