Shades of Medium Violet Red #B7019A
Tints of Medium Violet Red #B7019A
RGB
CMYK
RGB Variations
Color information
#B7019A (or 0xB7019A) is known color: Medium Violet Red. HEX triplet: B7, 01 and 9A. RGB value is (183,1,154). Sum of RGB (Red+Green+Blue) = 183+1+154=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7019A is #48FE65. Grayscale: #484848. Windows color (decimal): -4783718 or 10092983. OLE color: 10092983.
HSL color Cylindrical-coordinate representation of color #B7019A: hue angle of 309.56º 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 #B7019A is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.28 |
| HSL | 309.56º | 0.99% | 0.36% | - |
| HSV(B) | 309.56º | 0.99% | 0.72% | - |
| XYZ | 25.37 | 12.42 | 31.63 | - |
| YUV | 72.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 154 | 0 | 0.99 | 0.16 | 0.28 | 309.56 | 0.99 | 0.36 |
| Hex | B7 | 1 | 9A | 0 | 63 | 10 | 1C | 136 | 63 | 24 |
| Octal | 267 | 1 | 232 | 0 | 143 | 20 | 34 | 466 | 143 | 44 |
| Binary | 10110111 | 1 | 10011010 | 0 | 1100011 | 10000 | 11100 | 100110110 | 1100011 | 100100 |
Color Harmonies of #B7019A
Complementary color
Monochromatic Colors of #B7019A
Black with #B7019A
Text Example
Text Example
White with #B7019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7019A; }
p { color: rgb(183,1,154); }
H1.HeaderClassName
{
color: #B7019A;
}
.AnyTagClassName
{
color: #B7019A;
}
</style>
background-color css
<style>
a { background-color: #B7019A; }
a { background-color: rgb(183,1,154); }
div.DivClassName
{
background-color: #B7019A;
}
.BgClassName
{
background-color: #B7019A;
}
</style>
border-color css
<style>
span { border-color: #B7019A; }
span { border-color: rgb(183,1,154); }
td.TdClassName
{
border-color: #B7019A;
}
.TagClassName
{
border-color: #B7019A;
}
</style>