Shades of Medium Violet Red #B7018C
Tints of Medium Violet Red #B7018C
RGB
CMYK
RGB Variations
Color information
#B7018C (or 0xB7018C) is known color: Medium Violet Red. HEX triplet: B7, 01 and 8C. RGB value is (183,1,140). Sum of RGB (Red+Green+Blue) = 183+1+140=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7018C is #48FE73. Grayscale: #464646. Windows color (decimal): -4783732 or 9175479. OLE color: 9175479.
HSL color Cylindrical-coordinate representation of color #B7018C: hue angle of 314.18º 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 #B7018C is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.28 |
| HSL | 314.18º | 0.99% | 0.36% | - |
| HSV(B) | 314.18º | 0.99% | 0.72% | - |
| XYZ | 24.27 | 11.98 | 25.84 | - |
| YUV | 71.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 140 | 0 | 0.99 | 0.23 | 0.28 | 314.18 | 0.99 | 0.36 |
| Hex | B7 | 1 | 8C | 0 | 63 | 17 | 1C | 13A | 63 | 24 |
| Octal | 267 | 1 | 214 | 0 | 143 | 27 | 34 | 472 | 143 | 44 |
| Binary | 10110111 | 1 | 10001100 | 0 | 1100011 | 10111 | 11100 | 100111010 | 1100011 | 100100 |
Color Harmonies of #B7018C
Complementary color
Monochromatic Colors of #B7018C
Black with #B7018C
Text Example
Text Example
White with #B7018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7018C; }
p { color: rgb(183,1,140); }
H1.HeaderClassName
{
color: #B7018C;
}
.AnyTagClassName
{
color: #B7018C;
}
</style>
background-color css
<style>
a { background-color: #B7018C; }
a { background-color: rgb(183,1,140); }
div.DivClassName
{
background-color: #B7018C;
}
.BgClassName
{
background-color: #B7018C;
}
</style>
border-color css
<style>
span { border-color: #B7018C; }
span { border-color: rgb(183,1,140); }
td.TdClassName
{
border-color: #B7018C;
}
.TagClassName
{
border-color: #B7018C;
}
</style>