Shades of Medium Violet Red #B0007E
Tints of Medium Violet Red #B0007E
RGB
CMYK
RGB Variations
Color information
#B0007E (or 0xB0007E) is known color: Medium Violet Red. HEX triplet: B0, 00 and 7E. RGB value is (176,0,126). Sum of RGB (Red+Green+Blue) = 176+0+126=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0007E is #4FFF81. Grayscale: #424242. Windows color (decimal): -5242754 or 8257712. OLE color: 8257712.
HSL color Cylindrical-coordinate representation of color #B0007E: hue angle of 317.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0007E is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.28 | 0.31 |
| HSL | 317.05º | 1% | 0.35% | - |
| HSV(B) | 317.05º | 1% | 0.69% | - |
| XYZ | 21.67 | 10.74 | 20.67 | - |
| YUV | 66.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 126 | 0 | 1 | 0.28 | 0.31 | 317.05 | 1 | 0.35 |
| Hex | B0 | 0 | 7E | 0 | 64 | 1C | 1F | 13D | 64 | 23 |
| Octal | 260 | 0 | 176 | 0 | 144 | 34 | 37 | 475 | 144 | 43 |
| Binary | 10110000 | 0 | 1111110 | 0 | 1100100 | 11100 | 11111 | 100111101 | 1100100 | 100011 |
Color Harmonies of #B0007E
Complementary color
Monochromatic Colors of #B0007E
Black with #B0007E
Text Example
Text Example
White with #B0007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0007E; }
p { color: rgb(176,0,126); }
H1.HeaderClassName
{
color: #B0007E;
}
.AnyTagClassName
{
color: #B0007E;
}
</style>
background-color css
<style>
a { background-color: #B0007E; }
a { background-color: rgb(176,0,126); }
div.DivClassName
{
background-color: #B0007E;
}
.BgClassName
{
background-color: #B0007E;
}
</style>
border-color css
<style>
span { border-color: #B0007E; }
span { border-color: rgb(176,0,126); }
td.TdClassName
{
border-color: #B0007E;
}
.TagClassName
{
border-color: #B0007E;
}
</style>