Shades of Medium Violet Red #B7018D
Tints of Medium Violet Red #B7018D
RGB
CMYK
RGB Variations
Color information
#B7018D (or 0xB7018D) is known color: Medium Violet Red. HEX triplet: B7, 01 and 8D. RGB value is (183,1,141). Sum of RGB (Red+Green+Blue) = 183+1+141=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7018D is #48FE72. Grayscale: #474747. Windows color (decimal): -4783731 or 9241015. OLE color: 9241015.
HSL color Cylindrical-coordinate representation of color #B7018D: hue angle of 313.85º 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 #B7018D is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.28 |
| HSL | 313.85º | 0.99% | 0.36% | - |
| HSV(B) | 313.85º | 0.99% | 0.72% | - |
| XYZ | 24.35 | 12.01 | 26.23 | - |
| YUV | 71.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 141 | 0 | 0.99 | 0.23 | 0.28 | 313.85 | 0.99 | 0.36 |
| Hex | B7 | 1 | 8D | 0 | 63 | 17 | 1C | 13A | 63 | 24 |
| Octal | 267 | 1 | 215 | 0 | 143 | 27 | 34 | 472 | 143 | 44 |
| Binary | 10110111 | 1 | 10001101 | 0 | 1100011 | 10111 | 11100 | 100111010 | 1100011 | 100100 |
Color Harmonies of #B7018D
Complementary color
Monochromatic Colors of #B7018D
Black with #B7018D
Text Example
Text Example
White with #B7018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7018D; }
p { color: rgb(183,1,141); }
H1.HeaderClassName
{
color: #B7018D;
}
.AnyTagClassName
{
color: #B7018D;
}
</style>
background-color css
<style>
a { background-color: #B7018D; }
a { background-color: rgb(183,1,141); }
div.DivClassName
{
background-color: #B7018D;
}
.BgClassName
{
background-color: #B7018D;
}
</style>
border-color css
<style>
span { border-color: #B7018D; }
span { border-color: rgb(183,1,141); }
td.TdClassName
{
border-color: #B7018D;
}
.TagClassName
{
border-color: #B7018D;
}
</style>