Shades of Medium Violet Red #B7018B
Tints of Medium Violet Red #B7018B
RGB
CMYK
RGB Variations
Color information
#B7018B (or 0xB7018B) is known color: Medium Violet Red. HEX triplet: B7, 01 and 8B. RGB value is (183,1,139). Sum of RGB (Red+Green+Blue) = 183+1+139=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7018B is #48FE74. Grayscale: #464646. Windows color (decimal): -4783733 or 9109943. OLE color: 9109943.
HSL color Cylindrical-coordinate representation of color #B7018B: hue angle of 314.51º 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 #B7018B is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.28 |
| HSL | 314.51º | 0.99% | 0.36% | - |
| HSV(B) | 314.51º | 0.99% | 0.72% | - |
| XYZ | 24.2 | 11.95 | 25.46 | - |
| YUV | 71.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 139 | 0 | 0.99 | 0.24 | 0.28 | 314.51 | 0.99 | 0.36 |
| Hex | B7 | 1 | 8B | 0 | 63 | 18 | 1C | 13B | 63 | 24 |
| Octal | 267 | 1 | 213 | 0 | 143 | 30 | 34 | 473 | 143 | 44 |
| Binary | 10110111 | 1 | 10001011 | 0 | 1100011 | 11000 | 11100 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B7018B
Complementary color
Monochromatic Colors of #B7018B
Black with #B7018B
Text Example
Text Example
White with #B7018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7018B; }
p { color: rgb(183,1,139); }
H1.HeaderClassName
{
color: #B7018B;
}
.AnyTagClassName
{
color: #B7018B;
}
</style>
background-color css
<style>
a { background-color: #B7018B; }
a { background-color: rgb(183,1,139); }
div.DivClassName
{
background-color: #B7018B;
}
.BgClassName
{
background-color: #B7018B;
}
</style>
border-color css
<style>
span { border-color: #B7018B; }
span { border-color: rgb(183,1,139); }
td.TdClassName
{
border-color: #B7018B;
}
.TagClassName
{
border-color: #B7018B;
}
</style>