Shades of Medium Violet Red #B8157F
Tints of Medium Violet Red #B8157F
RGB
CMYK
RGB Variations
Color information
#B8157F (or 0xB8157F) is known color: Medium Violet Red. HEX triplet: B8, 15 and 7F. RGB value is (184,21,127). Sum of RGB (Red+Green+Blue) = 184+21+127=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8157F is #47EA80. Grayscale: #515151. Windows color (decimal): -4713089 or 8328632. OLE color: 8328632.
HSL color Cylindrical-coordinate representation of color #B8157F: hue angle of 320.98º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8157F is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 127 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.28 |
| HSL | 320.98º | 0.8% | 0.4% | - |
| HSV(B) | 320.98º | 0.89% | 0.72% | - |
| XYZ | 23.87 | 12.26 | 21.19 | - |
| YUV | 81.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 127 | 0 | 0.89 | 0.31 | 0.28 | 320.98 | 0.8 | 0.4 |
| Hex | B8 | 15 | 7F | 0 | 59 | 1F | 1C | 141 | 50 | 28 |
| Octal | 270 | 25 | 177 | 0 | 131 | 37 | 34 | 501 | 120 | 50 |
| Binary | 10111000 | 10101 | 1111111 | 0 | 1011001 | 11111 | 11100 | 101000001 | 1010000 | 101000 |
Color Harmonies of #B8157F
Complementary color
Monochromatic Colors of #B8157F
Black with #B8157F
Text Example
Text Example
White with #B8157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8157F; }
p { color: rgb(184,21,127); }
H1.HeaderClassName
{
color: #B8157F;
}
.AnyTagClassName
{
color: #B8157F;
}
</style>
background-color css
<style>
a { background-color: #B8157F; }
a { background-color: rgb(184,21,127); }
div.DivClassName
{
background-color: #B8157F;
}
.BgClassName
{
background-color: #B8157F;
}
</style>
border-color css
<style>
span { border-color: #B8157F; }
span { border-color: rgb(184,21,127); }
td.TdClassName
{
border-color: #B8157F;
}
.TagClassName
{
border-color: #B8157F;
}
</style>