Shades of Medium Violet Red #B7018A
Tints of Medium Violet Red #B7018A
RGB
CMYK
RGB Variations
Color information
#B7018A (or 0xB7018A) is known color: Medium Violet Red. HEX triplet: B7, 01 and 8A. RGB value is (183,1,138). Sum of RGB (Red+Green+Blue) = 183+1+138=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B7018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7018A is #48FE75. Grayscale: #464646. Windows color (decimal): -4783734 or 9044407. OLE color: 9044407.
HSL color Cylindrical-coordinate representation of color #B7018A: hue angle of 314.84º 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 #B7018A is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.28 |
| HSL | 314.84º | 0.99% | 0.36% | - |
| HSV(B) | 314.84º | 0.99% | 0.72% | - |
| XYZ | 24.13 | 11.92 | 25.07 | - |
| YUV | 71.04 | 165.8 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 138 | 0 | 0.99 | 0.25 | 0.28 | 314.84 | 0.99 | 0.36 |
| Hex | B7 | 1 | 8A | 0 | 63 | 19 | 1C | 13B | 63 | 24 |
| Octal | 267 | 1 | 212 | 0 | 143 | 31 | 34 | 473 | 143 | 44 |
| Binary | 10110111 | 1 | 10001010 | 0 | 1100011 | 11001 | 11100 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B7018A
Complementary color
Monochromatic Colors of #B7018A
Black with #B7018A
Text Example
Text Example
White with #B7018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7018A; }
p { color: rgb(183,1,138); }
H1.HeaderClassName
{
color: #B7018A;
}
.AnyTagClassName
{
color: #B7018A;
}
</style>
background-color css
<style>
a { background-color: #B7018A; }
a { background-color: rgb(183,1,138); }
div.DivClassName
{
background-color: #B7018A;
}
.BgClassName
{
background-color: #B7018A;
}
</style>
border-color css
<style>
span { border-color: #B7018A; }
span { border-color: rgb(183,1,138); }
td.TdClassName
{
border-color: #B7018A;
}
.TagClassName
{
border-color: #B7018A;
}
</style>