Shades of Medium Violet Red #B8017F
Tints of Medium Violet Red #B8017F
RGB
CMYK
RGB Variations
Color information
#B8017F (or 0xB8017F) is known color: Medium Violet Red. HEX triplet: B8, 01 and 7F. RGB value is (184,1,127). Sum of RGB (Red+Green+Blue) = 184+1+127=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8017F is #47FE80. Grayscale: #454545. Windows color (decimal): -4718209 or 8323512. OLE color: 8323512.
HSL color Cylindrical-coordinate representation of color #B8017F: hue angle of 318.69º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8017F is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.28 |
| HSL | 318.69º | 0.99% | 0.36% | - |
| HSV(B) | 318.69º | 0.99% | 0.72% | - |
| XYZ | 23.61 | 11.74 | 21.1 | - |
| YUV | 70.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 127 | 0 | 0.99 | 0.31 | 0.28 | 318.69 | 0.99 | 0.36 |
| Hex | B8 | 1 | 7F | 0 | 63 | 1F | 1C | 13F | 63 | 24 |
| Octal | 270 | 1 | 177 | 0 | 143 | 37 | 34 | 477 | 143 | 44 |
| Binary | 10111000 | 1 | 1111111 | 0 | 1100011 | 11111 | 11100 | 100111111 | 1100011 | 100100 |
Color Harmonies of #B8017F
Complementary color
Monochromatic Colors of #B8017F
Black with #B8017F
Text Example
Text Example
White with #B8017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8017F; }
p { color: rgb(184,1,127); }
H1.HeaderClassName
{
color: #B8017F;
}
.AnyTagClassName
{
color: #B8017F;
}
</style>
background-color css
<style>
a { background-color: #B8017F; }
a { background-color: rgb(184,1,127); }
div.DivClassName
{
background-color: #B8017F;
}
.BgClassName
{
background-color: #B8017F;
}
</style>
border-color css
<style>
span { border-color: #B8017F; }
span { border-color: rgb(184,1,127); }
td.TdClassName
{
border-color: #B8017F;
}
.TagClassName
{
border-color: #B8017F;
}
</style>