Shades of Medium Violet Red #B8019F
Tints of Medium Violet Red #B8019F
RGB
CMYK
RGB Variations
Color information
#B8019F (or 0xB8019F) is known color: Medium Violet Red. HEX triplet: B8, 01 and 9F. RGB value is (184,1,159). Sum of RGB (Red+Green+Blue) = 184+1+159=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8019F is #47FE60. Grayscale: #494949. Windows color (decimal): -4718177 or 10420664. OLE color: 10420664.
HSL color Cylindrical-coordinate representation of color #B8019F: hue angle of 308.2º 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 #B8019F is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.28 |
| HSL | 308.2º | 0.99% | 0.36% | - |
| HSV(B) | 308.2º | 0.99% | 0.72% | - |
| XYZ | 26.04 | 12.72 | 33.88 | - |
| YUV | 73.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 159 | 0 | 0.99 | 0.14 | 0.28 | 308.2 | 0.99 | 0.36 |
| Hex | B8 | 1 | 9F | 0 | 63 | E | 1C | 134 | 63 | 24 |
| Octal | 270 | 1 | 237 | 0 | 143 | 16 | 34 | 464 | 143 | 44 |
| Binary | 10111000 | 1 | 10011111 | 0 | 1100011 | 1110 | 11100 | 100110100 | 1100011 | 100100 |
Color Harmonies of #B8019F
Complementary color
Monochromatic Colors of #B8019F
Black with #B8019F
Text Example
Text Example
White with #B8019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8019F; }
p { color: rgb(184,1,159); }
H1.HeaderClassName
{
color: #B8019F;
}
.AnyTagClassName
{
color: #B8019F;
}
</style>
background-color css
<style>
a { background-color: #B8019F; }
a { background-color: rgb(184,1,159); }
div.DivClassName
{
background-color: #B8019F;
}
.BgClassName
{
background-color: #B8019F;
}
</style>
border-color css
<style>
span { border-color: #B8019F; }
span { border-color: rgb(184,1,159); }
td.TdClassName
{
border-color: #B8019F;
}
.TagClassName
{
border-color: #B8019F;
}
</style>