Shades of Medium Violet Red #B8017D
Tints of Medium Violet Red #B8017D
RGB
CMYK
RGB Variations
Color information
#B8017D (or 0xB8017D) is known color: Medium Violet Red. HEX triplet: B8, 01 and 7D. RGB value is (184,1,125). Sum of RGB (Red+Green+Blue) = 184+1+125=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8017D is #47FE82. Grayscale: #454545. Windows color (decimal): -4718211 or 8192440. OLE color: 8192440.
HSL color Cylindrical-coordinate representation of color #B8017D: hue angle of 319.34º 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 #B8017D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.28 |
| HSL | 319.34º | 0.99% | 0.36% | - |
| HSV(B) | 319.34º | 0.99% | 0.72% | - |
| XYZ | 23.48 | 11.69 | 20.42 | - |
| YUV | 69.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 125 | 0 | 0.99 | 0.32 | 0.28 | 319.34 | 0.99 | 0.36 |
| Hex | B8 | 1 | 7D | 0 | 63 | 20 | 1C | 13F | 63 | 24 |
| Octal | 270 | 1 | 175 | 0 | 143 | 40 | 34 | 477 | 143 | 44 |
| Binary | 10111000 | 1 | 1111101 | 0 | 1100011 | 100000 | 11100 | 100111111 | 1100011 | 100100 |
Color Harmonies of #B8017D
Complementary color
Monochromatic Colors of #B8017D
Black with #B8017D
Text Example
Text Example
White with #B8017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8017D; }
p { color: rgb(184,1,125); }
H1.HeaderClassName
{
color: #B8017D;
}
.AnyTagClassName
{
color: #B8017D;
}
</style>
background-color css
<style>
a { background-color: #B8017D; }
a { background-color: rgb(184,1,125); }
div.DivClassName
{
background-color: #B8017D;
}
.BgClassName
{
background-color: #B8017D;
}
</style>
border-color css
<style>
span { border-color: #B8017D; }
span { border-color: rgb(184,1,125); }
td.TdClassName
{
border-color: #B8017D;
}
.TagClassName
{
border-color: #B8017D;
}
</style>