Shades of Medium Violet Red #B7018E
Tints of Medium Violet Red #B7018E
RGB
CMYK
RGB Variations
Color information
#B7018E (or 0xB7018E) is known color: Medium Violet Red. HEX triplet: B7, 01 and 8E. RGB value is (183,1,142). Sum of RGB (Red+Green+Blue) = 183+1+142=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7018E is #48FE71. Grayscale: #474747. Windows color (decimal): -4783730 or 9306551. OLE color: 9306551.
HSL color Cylindrical-coordinate representation of color #B7018E: hue angle of 313.52º 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 #B7018E is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.28 |
| HSL | 313.52º | 0.99% | 0.36% | - |
| HSV(B) | 313.52º | 0.99% | 0.72% | - |
| XYZ | 24.42 | 12.04 | 26.63 | - |
| YUV | 71.49 | 167.8 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 142 | 0 | 0.99 | 0.22 | 0.28 | 313.52 | 0.99 | 0.36 |
| Hex | B7 | 1 | 8E | 0 | 63 | 16 | 1C | 13A | 63 | 24 |
| Octal | 267 | 1 | 216 | 0 | 143 | 26 | 34 | 472 | 143 | 44 |
| Binary | 10110111 | 1 | 10001110 | 0 | 1100011 | 10110 | 11100 | 100111010 | 1100011 | 100100 |
Color Harmonies of #B7018E
Complementary color
Monochromatic Colors of #B7018E
Black with #B7018E
Text Example
Text Example
White with #B7018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7018E; }
p { color: rgb(183,1,142); }
H1.HeaderClassName
{
color: #B7018E;
}
.AnyTagClassName
{
color: #B7018E;
}
</style>
background-color css
<style>
a { background-color: #B7018E; }
a { background-color: rgb(183,1,142); }
div.DivClassName
{
background-color: #B7018E;
}
.BgClassName
{
background-color: #B7018E;
}
</style>
border-color css
<style>
span { border-color: #B7018E; }
span { border-color: rgb(183,1,142); }
td.TdClassName
{
border-color: #B7018E;
}
.TagClassName
{
border-color: #B7018E;
}
</style>