Shades of Medium Violet Red #B8019C
Tints of Medium Violet Red #B8019C
RGB
CMYK
RGB Variations
Color information
#B8019C (or 0xB8019C) is known color: Medium Violet Red. HEX triplet: B8, 01 and 9C. RGB value is (184,1,156). Sum of RGB (Red+Green+Blue) = 184+1+156=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8019C is #47FE63. Grayscale: #484848. Windows color (decimal): -4718180 or 10224056. OLE color: 10224056.
HSL color Cylindrical-coordinate representation of color #B8019C: hue angle of 309.18º 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 #B8019C is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.28 |
| HSL | 309.18º | 0.99% | 0.36% | - |
| HSV(B) | 309.18º | 0.99% | 0.72% | - |
| XYZ | 25.78 | 12.61 | 32.53 | - |
| YUV | 73.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 156 | 0 | 0.99 | 0.15 | 0.28 | 309.18 | 0.99 | 0.36 |
| Hex | B8 | 1 | 9C | 0 | 63 | F | 1C | 135 | 63 | 24 |
| Octal | 270 | 1 | 234 | 0 | 143 | 17 | 34 | 465 | 143 | 44 |
| Binary | 10111000 | 1 | 10011100 | 0 | 1100011 | 1111 | 11100 | 100110101 | 1100011 | 100100 |
Color Harmonies of #B8019C
Complementary color
Monochromatic Colors of #B8019C
Black with #B8019C
Text Example
Text Example
White with #B8019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8019C; }
p { color: rgb(184,1,156); }
H1.HeaderClassName
{
color: #B8019C;
}
.AnyTagClassName
{
color: #B8019C;
}
</style>
background-color css
<style>
a { background-color: #B8019C; }
a { background-color: rgb(184,1,156); }
div.DivClassName
{
background-color: #B8019C;
}
.BgClassName
{
background-color: #B8019C;
}
</style>
border-color css
<style>
span { border-color: #B8019C; }
span { border-color: rgb(184,1,156); }
td.TdClassName
{
border-color: #B8019C;
}
.TagClassName
{
border-color: #B8019C;
}
</style>