Shades of Medium Violet Red #B7019B
Tints of Medium Violet Red #B7019B
RGB
CMYK
RGB Variations
Color information
#B7019B (or 0xB7019B) is known color: Medium Violet Red. HEX triplet: B7, 01 and 9B. RGB value is (183,1,155). Sum of RGB (Red+Green+Blue) = 183+1+155=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7019B is #48FE64. Grayscale: #484848. Windows color (decimal): -4783717 or 10158519. OLE color: 10158519.
HSL color Cylindrical-coordinate representation of color #B7019B: hue angle of 309.23º 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 #B7019B is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.28 |
| HSL | 309.23º | 0.99% | 0.36% | - |
| HSV(B) | 309.23º | 0.99% | 0.72% | - |
| XYZ | 25.46 | 12.46 | 32.07 | - |
| YUV | 72.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 155 | 0 | 0.99 | 0.15 | 0.28 | 309.23 | 0.99 | 0.36 |
| Hex | B7 | 1 | 9B | 0 | 63 | F | 1C | 135 | 63 | 24 |
| Octal | 267 | 1 | 233 | 0 | 143 | 17 | 34 | 465 | 143 | 44 |
| Binary | 10110111 | 1 | 10011011 | 0 | 1100011 | 1111 | 11100 | 100110101 | 1100011 | 100100 |
Color Harmonies of #B7019B
Complementary color
Monochromatic Colors of #B7019B
Black with #B7019B
Text Example
Text Example
White with #B7019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7019B; }
p { color: rgb(183,1,155); }
H1.HeaderClassName
{
color: #B7019B;
}
.AnyTagClassName
{
color: #B7019B;
}
</style>
background-color css
<style>
a { background-color: #B7019B; }
a { background-color: rgb(183,1,155); }
div.DivClassName
{
background-color: #B7019B;
}
.BgClassName
{
background-color: #B7019B;
}
</style>
border-color css
<style>
span { border-color: #B7019B; }
span { border-color: rgb(183,1,155); }
td.TdClassName
{
border-color: #B7019B;
}
.TagClassName
{
border-color: #B7019B;
}
</style>