Shades of Medium Violet Red #B8089D
Tints of Medium Violet Red #B8089D
RGB
CMYK
RGB Variations
Color information
#B8089D (or 0xB8089D) is known color: Medium Violet Red. HEX triplet: B8, 08 and 9D. RGB value is (184,8,157). Sum of RGB (Red+Green+Blue) = 184+8+157=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8089D is #47F762. Grayscale: #4D4D4D. Windows color (decimal): -4716387 or 10291384. OLE color: 10291384.
HSL color Cylindrical-coordinate representation of color #B8089D: hue angle of 309.2º 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 #B8089D is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.28 |
| HSL | 309.2º | 0.92% | 0.38% | - |
| HSV(B) | 309.2º | 0.96% | 0.72% | - |
| XYZ | 25.94 | 12.8 | 33 | - |
| YUV | 77.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 157 | 0 | 0.96 | 0.15 | 0.28 | 309.2 | 0.92 | 0.38 |
| Hex | B8 | 8 | 9D | 0 | 60 | F | 1C | 135 | 5C | 26 |
| Octal | 270 | 10 | 235 | 0 | 140 | 17 | 34 | 465 | 134 | 46 |
| Binary | 10111000 | 1000 | 10011101 | 0 | 1100000 | 1111 | 11100 | 100110101 | 1011100 | 100110 |
Color Harmonies of #B8089D
Complementary color
Monochromatic Colors of #B8089D
Black with #B8089D
Text Example
Text Example
White with #B8089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8089D; }
p { color: rgb(184,8,157); }
H1.HeaderClassName
{
color: #B8089D;
}
.AnyTagClassName
{
color: #B8089D;
}
</style>
background-color css
<style>
a { background-color: #B8089D; }
a { background-color: rgb(184,8,157); }
div.DivClassName
{
background-color: #B8089D;
}
.BgClassName
{
background-color: #B8089D;
}
</style>
border-color css
<style>
span { border-color: #B8089D; }
span { border-color: rgb(184,8,157); }
td.TdClassName
{
border-color: #B8089D;
}
.TagClassName
{
border-color: #B8089D;
}
</style>