Shades of Medium Violet Red #B8089C
Tints of Medium Violet Red #B8089C
RGB
CMYK
RGB Variations
Color information
#B8089C (or 0xB8089C) is known color: Medium Violet Red. HEX triplet: B8, 08 and 9C. RGB value is (184,8,156). Sum of RGB (Red+Green+Blue) = 184+8+156=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8089C is #47F763. Grayscale: #4D4D4D. Windows color (decimal): -4716388 or 10225848. OLE color: 10225848.
HSL color Cylindrical-coordinate representation of color #B8089C: hue angle of 309.55º 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 #B8089C is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.28 |
| HSL | 309.55º | 0.92% | 0.38% | - |
| HSV(B) | 309.55º | 0.96% | 0.72% | - |
| XYZ | 25.85 | 12.76 | 32.55 | - |
| YUV | 77.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 156 | 0 | 0.96 | 0.15 | 0.28 | 309.55 | 0.92 | 0.38 |
| Hex | B8 | 8 | 9C | 0 | 60 | F | 1C | 136 | 5C | 26 |
| Octal | 270 | 10 | 234 | 0 | 140 | 17 | 34 | 466 | 134 | 46 |
| Binary | 10111000 | 1000 | 10011100 | 0 | 1100000 | 1111 | 11100 | 100110110 | 1011100 | 100110 |
Color Harmonies of #B8089C
Complementary color
Monochromatic Colors of #B8089C
Black with #B8089C
Text Example
Text Example
White with #B8089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8089C; }
p { color: rgb(184,8,156); }
H1.HeaderClassName
{
color: #B8089C;
}
.AnyTagClassName
{
color: #B8089C;
}
</style>
background-color css
<style>
a { background-color: #B8089C; }
a { background-color: rgb(184,8,156); }
div.DivClassName
{
background-color: #B8089C;
}
.BgClassName
{
background-color: #B8089C;
}
</style>
border-color css
<style>
span { border-color: #B8089C; }
span { border-color: rgb(184,8,156); }
td.TdClassName
{
border-color: #B8089C;
}
.TagClassName
{
border-color: #B8089C;
}
</style>