Shades of Medium Violet Red #B7008C
Tints of Medium Violet Red #B7008C
RGB
CMYK
RGB Variations
Color information
#B7008C (or 0xB7008C) is known color: Medium Violet Red. HEX triplet: B7, 00 and 8C. RGB value is (183,0,140). Sum of RGB (Red+Green+Blue) = 183+0+140=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7008C is #48FF73. Grayscale: #464646. Windows color (decimal): -4783988 or 9175223. OLE color: 9175223.
HSL color Cylindrical-coordinate representation of color #B7008C: hue angle of 314.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7008C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.23 | 0.28 |
| HSL | 314.1º | 1% | 0.36% | - |
| HSV(B) | 314.1º | 1% | 0.72% | - |
| XYZ | 24.26 | 11.96 | 25.84 | - |
| YUV | 70.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 140 | 0 | 1 | 0.23 | 0.28 | 314.1 | 1 | 0.36 |
| Hex | B7 | 0 | 8C | 0 | 64 | 17 | 1C | 13A | 64 | 24 |
| Octal | 267 | 0 | 214 | 0 | 144 | 27 | 34 | 472 | 144 | 44 |
| Binary | 10110111 | 0 | 10001100 | 0 | 1100100 | 10111 | 11100 | 100111010 | 1100100 | 100100 |
Color Harmonies of #B7008C
Complementary color
Monochromatic Colors of #B7008C
Black with #B7008C
Text Example
Text Example
White with #B7008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7008C; }
p { color: rgb(183,0,140); }
H1.HeaderClassName
{
color: #B7008C;
}
.AnyTagClassName
{
color: #B7008C;
}
</style>
background-color css
<style>
a { background-color: #B7008C; }
a { background-color: rgb(183,0,140); }
div.DivClassName
{
background-color: #B7008C;
}
.BgClassName
{
background-color: #B7008C;
}
</style>
border-color css
<style>
span { border-color: #B7008C; }
span { border-color: rgb(183,0,140); }
td.TdClassName
{
border-color: #B7008C;
}
.TagClassName
{
border-color: #B7008C;
}
</style>