Shades of Medium Violet Red #B7018F
Tints of Medium Violet Red #B7018F
RGB
CMYK
RGB Variations
Color information
#B7018F (or 0xB7018F) is known color: Medium Violet Red. HEX triplet: B7, 01 and 8F. RGB value is (183,1,143). Sum of RGB (Red+Green+Blue) = 183+1+143=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7018F is #48FE70. Grayscale: #474747. Windows color (decimal): -4783729 or 9372087. OLE color: 9372087.
HSL color Cylindrical-coordinate representation of color #B7018F: hue angle of 313.19º 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 #B7018F is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.28 |
| HSL | 313.19º | 0.99% | 0.36% | - |
| HSV(B) | 313.19º | 0.99% | 0.72% | - |
| XYZ | 24.5 | 12.07 | 27.03 | - |
| YUV | 71.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 143 | 0 | 0.99 | 0.22 | 0.28 | 313.19 | 0.99 | 0.36 |
| Hex | B7 | 1 | 8F | 0 | 63 | 16 | 1C | 139 | 63 | 24 |
| Octal | 267 | 1 | 217 | 0 | 143 | 26 | 34 | 471 | 143 | 44 |
| Binary | 10110111 | 1 | 10001111 | 0 | 1100011 | 10110 | 11100 | 100111001 | 1100011 | 100100 |
Color Harmonies of #B7018F
Complementary color
Monochromatic Colors of #B7018F
Black with #B7018F
Text Example
Text Example
White with #B7018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7018F; }
p { color: rgb(183,1,143); }
H1.HeaderClassName
{
color: #B7018F;
}
.AnyTagClassName
{
color: #B7018F;
}
</style>
background-color css
<style>
a { background-color: #B7018F; }
a { background-color: rgb(183,1,143); }
div.DivClassName
{
background-color: #B7018F;
}
.BgClassName
{
background-color: #B7018F;
}
</style>
border-color css
<style>
span { border-color: #B7018F; }
span { border-color: rgb(183,1,143); }
td.TdClassName
{
border-color: #B7018F;
}
.TagClassName
{
border-color: #B7018F;
}
</style>