Shades of Medium Violet Red #B8089F
Tints of Medium Violet Red #B8089F
RGB
CMYK
RGB Variations
Color information
#B8089F (or 0xB8089F) is known color: Medium Violet Red. HEX triplet: B8, 08 and 9F. RGB value is (184,8,159). Sum of RGB (Red+Green+Blue) = 184+8+159=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8089F is #47F760. Grayscale: #4D4D4D. Windows color (decimal): -4716385 or 10422456. OLE color: 10422456.
HSL color Cylindrical-coordinate representation of color #B8089F: hue angle of 308.52º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8089F is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.28 |
| HSL | 308.52º | 0.92% | 0.38% | - |
| HSV(B) | 308.52º | 0.96% | 0.72% | - |
| XYZ | 26.11 | 12.87 | 33.91 | - |
| YUV | 77.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 159 | 0 | 0.96 | 0.14 | 0.28 | 308.52 | 0.92 | 0.38 |
| Hex | B8 | 8 | 9F | 0 | 60 | E | 1C | 135 | 5C | 26 |
| Octal | 270 | 10 | 237 | 0 | 140 | 16 | 34 | 465 | 134 | 46 |
| Binary | 10111000 | 1000 | 10011111 | 0 | 1100000 | 1110 | 11100 | 100110101 | 1011100 | 100110 |
Color Harmonies of #B8089F
Complementary color
Monochromatic Colors of #B8089F
Black with #B8089F
Text Example
Text Example
White with #B8089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8089F; }
p { color: rgb(184,8,159); }
H1.HeaderClassName
{
color: #B8089F;
}
.AnyTagClassName
{
color: #B8089F;
}
</style>
background-color css
<style>
a { background-color: #B8089F; }
a { background-color: rgb(184,8,159); }
div.DivClassName
{
background-color: #B8089F;
}
.BgClassName
{
background-color: #B8089F;
}
</style>
border-color css
<style>
span { border-color: #B8089F; }
span { border-color: rgb(184,8,159); }
td.TdClassName
{
border-color: #B8089F;
}
.TagClassName
{
border-color: #B8089F;
}
</style>