Shades of Medium Violet Red #B00C7E
Tints of Medium Violet Red #B00C7E
RGB
CMYK
RGB Variations
Color information
#B00C7E (or 0xB00C7E) is known color: Medium Violet Red. HEX triplet: B0, 0C and 7E. RGB value is (176,12,126). Sum of RGB (Red+Green+Blue) = 176+12+126=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C7E is #4FF381. Grayscale: #494949. Windows color (decimal): -5239682 or 8260784. OLE color: 8260784.
HSL color Cylindrical-coordinate representation of color #B00C7E: hue angle of 318.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C7E is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.31 |
| HSL | 318.29º | 0.87% | 0.37% | - |
| HSV(B) | 318.29º | 0.93% | 0.69% | - |
| XYZ | 21.8 | 11 | 20.71 | - |
| YUV | 74.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 126 | 0 | 0.93 | 0.28 | 0.31 | 318.29 | 0.87 | 0.37 |
| Hex | B0 | C | 7E | 0 | 5D | 1C | 1F | 13E | 57 | 25 |
| Octal | 260 | 14 | 176 | 0 | 135 | 34 | 37 | 476 | 127 | 45 |
| Binary | 10110000 | 1100 | 1111110 | 0 | 1011101 | 11100 | 11111 | 100111110 | 1010111 | 100101 |
Color Harmonies of #B00C7E
Complementary color
Monochromatic Colors of #B00C7E
Black with #B00C7E
Text Example
Text Example
White with #B00C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C7E; }
p { color: rgb(176,12,126); }
H1.HeaderClassName
{
color: #B00C7E;
}
.AnyTagClassName
{
color: #B00C7E;
}
</style>
background-color css
<style>
a { background-color: #B00C7E; }
a { background-color: rgb(176,12,126); }
div.DivClassName
{
background-color: #B00C7E;
}
.BgClassName
{
background-color: #B00C7E;
}
</style>
border-color css
<style>
span { border-color: #B00C7E; }
span { border-color: rgb(176,12,126); }
td.TdClassName
{
border-color: #B00C7E;
}
.TagClassName
{
border-color: #B00C7E;
}
</style>