Shades of Medium Violet Red #B8019B
Tints of Medium Violet Red #B8019B
RGB
CMYK
RGB Variations
Color information
#B8019B (or 0xB8019B) is known color: Medium Violet Red. HEX triplet: B8, 01 and 9B. RGB value is (184,1,155). Sum of RGB (Red+Green+Blue) = 184+1+155=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8019B is #47FE64. Grayscale: #484848. Windows color (decimal): -4718181 or 10158520. OLE color: 10158520.
HSL color Cylindrical-coordinate representation of color #B8019B: hue angle of 309.51º 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 #B8019B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.28 |
| HSL | 309.51º | 0.99% | 0.36% | - |
| HSV(B) | 309.51º | 0.99% | 0.72% | - |
| XYZ | 25.69 | 12.58 | 32.08 | - |
| YUV | 73.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 155 | 0 | 0.99 | 0.16 | 0.28 | 309.51 | 0.99 | 0.36 |
| Hex | B8 | 1 | 9B | 0 | 63 | 10 | 1C | 136 | 63 | 24 |
| Octal | 270 | 1 | 233 | 0 | 143 | 20 | 34 | 466 | 143 | 44 |
| Binary | 10111000 | 1 | 10011011 | 0 | 1100011 | 10000 | 11100 | 100110110 | 1100011 | 100100 |
Color Harmonies of #B8019B
Complementary color
Monochromatic Colors of #B8019B
Black with #B8019B
Text Example
Text Example
White with #B8019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8019B; }
p { color: rgb(184,1,155); }
H1.HeaderClassName
{
color: #B8019B;
}
.AnyTagClassName
{
color: #B8019B;
}
</style>
background-color css
<style>
a { background-color: #B8019B; }
a { background-color: rgb(184,1,155); }
div.DivClassName
{
background-color: #B8019B;
}
.BgClassName
{
background-color: #B8019B;
}
</style>
border-color css
<style>
span { border-color: #B8019B; }
span { border-color: rgb(184,1,155); }
td.TdClassName
{
border-color: #B8019B;
}
.TagClassName
{
border-color: #B8019B;
}
</style>