Shades of Medium Violet Red #B8099F
Tints of Medium Violet Red #B8099F
RGB
CMYK
RGB Variations
Color information
#B8099F (or 0xB8099F) is known color: Medium Violet Red. HEX triplet: B8, 09 and 9F. RGB value is (184,9,159). Sum of RGB (Red+Green+Blue) = 184+9+159=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8099F is #47F660. Grayscale: #4E4E4E. Windows color (decimal): -4716129 or 10422712. OLE color: 10422712.
HSL color Cylindrical-coordinate representation of color #B8099F: hue angle of 308.57º 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 #B8099F is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 159 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.28 |
| HSL | 308.57º | 0.91% | 0.38% | - |
| HSV(B) | 308.57º | 0.95% | 0.72% | - |
| XYZ | 26.12 | 12.89 | 33.91 | - |
| YUV | 78.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 159 | 0 | 0.95 | 0.14 | 0.28 | 308.57 | 0.91 | 0.38 |
| Hex | B8 | 9 | 9F | 0 | 5F | E | 1C | 135 | 5B | 26 |
| Octal | 270 | 11 | 237 | 0 | 137 | 16 | 34 | 465 | 133 | 46 |
| Binary | 10111000 | 1001 | 10011111 | 0 | 1011111 | 1110 | 11100 | 100110101 | 1011011 | 100110 |
Color Harmonies of #B8099F
Complementary color
Monochromatic Colors of #B8099F
Black with #B8099F
Text Example
Text Example
White with #B8099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8099F; }
p { color: rgb(184,9,159); }
H1.HeaderClassName
{
color: #B8099F;
}
.AnyTagClassName
{
color: #B8099F;
}
</style>
background-color css
<style>
a { background-color: #B8099F; }
a { background-color: rgb(184,9,159); }
div.DivClassName
{
background-color: #B8099F;
}
.BgClassName
{
background-color: #B8099F;
}
</style>
border-color css
<style>
span { border-color: #B8099F; }
span { border-color: rgb(184,9,159); }
td.TdClassName
{
border-color: #B8099F;
}
.TagClassName
{
border-color: #B8099F;
}
</style>