Shades of Medium Violet Red #B7007E
Tints of Medium Violet Red #B7007E
RGB
CMYK
RGB Variations
Color information
#B7007E (or 0xB7007E) is known color: Medium Violet Red. HEX triplet: B7, 00 and 7E. RGB value is (183,0,126). Sum of RGB (Red+Green+Blue) = 183+0+126=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7007E is #48FF81. Grayscale: #444444. Windows color (decimal): -4784002 or 8257719. OLE color: 8257719.
HSL color Cylindrical-coordinate representation of color #B7007E: hue angle of 318.69º 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 #B7007E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.31 | 0.28 |
| HSL | 318.69º | 1% | 0.36% | - |
| HSV(B) | 318.69º | 1% | 0.72% | - |
| XYZ | 23.29 | 11.57 | 20.74 | - |
| YUV | 69.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 126 | 0 | 1 | 0.31 | 0.28 | 318.69 | 1 | 0.36 |
| Hex | B7 | 0 | 7E | 0 | 64 | 1F | 1C | 13F | 64 | 24 |
| Octal | 267 | 0 | 176 | 0 | 144 | 37 | 34 | 477 | 144 | 44 |
| Binary | 10110111 | 0 | 1111110 | 0 | 1100100 | 11111 | 11100 | 100111111 | 1100100 | 100100 |
Color Harmonies of #B7007E
Complementary color
Monochromatic Colors of #B7007E
Black with #B7007E
Text Example
Text Example
White with #B7007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7007E; }
p { color: rgb(183,0,126); }
H1.HeaderClassName
{
color: #B7007E;
}
.AnyTagClassName
{
color: #B7007E;
}
</style>
background-color css
<style>
a { background-color: #B7007E; }
a { background-color: rgb(183,0,126); }
div.DivClassName
{
background-color: #B7007E;
}
.BgClassName
{
background-color: #B7007E;
}
</style>
border-color css
<style>
span { border-color: #B7007E; }
span { border-color: rgb(183,0,126); }
td.TdClassName
{
border-color: #B7007E;
}
.TagClassName
{
border-color: #B7007E;
}
</style>