Shades of Medium Violet Red #B8087B
Tints of Medium Violet Red #B8087B
RGB
CMYK
RGB Variations
Color information
#B8087B (or 0xB8087B) is known color: Medium Violet Red. HEX triplet: B8, 08 and 7B. RGB value is (184,8,123). Sum of RGB (Red+Green+Blue) = 184+8+123=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8087B is #47F784. Grayscale: #494949. Windows color (decimal): -4716421 or 8063160. OLE color: 8063160.
HSL color Cylindrical-coordinate representation of color #B8087B: hue angle of 320.8º 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 #B8087B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.28 |
| HSL | 320.8º | 0.92% | 0.38% | - |
| HSV(B) | 320.8º | 0.96% | 0.72% | - |
| XYZ | 23.43 | 11.79 | 19.78 | - |
| YUV | 73.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 123 | 0 | 0.96 | 0.33 | 0.28 | 320.8 | 0.92 | 0.38 |
| Hex | B8 | 8 | 7B | 0 | 60 | 21 | 1C | 141 | 5C | 26 |
| Octal | 270 | 10 | 173 | 0 | 140 | 41 | 34 | 501 | 134 | 46 |
| Binary | 10111000 | 1000 | 1111011 | 0 | 1100000 | 100001 | 11100 | 101000001 | 1011100 | 100110 |
Color Harmonies of #B8087B
Complementary color
Monochromatic Colors of #B8087B
Black with #B8087B
Text Example
Text Example
White with #B8087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8087B; }
p { color: rgb(184,8,123); }
H1.HeaderClassName
{
color: #B8087B;
}
.AnyTagClassName
{
color: #B8087B;
}
</style>
background-color css
<style>
a { background-color: #B8087B; }
a { background-color: rgb(184,8,123); }
div.DivClassName
{
background-color: #B8087B;
}
.BgClassName
{
background-color: #B8087B;
}
</style>
border-color css
<style>
span { border-color: #B8087B; }
span { border-color: rgb(184,8,123); }
td.TdClassName
{
border-color: #B8087B;
}
.TagClassName
{
border-color: #B8087B;
}
</style>