Shades of Medium Violet Red #B20E7A
Tints of Medium Violet Red #B20E7A
RGB
CMYK
RGB Variations
Color information
#B20E7A (or 0xB20E7A) is known color: Medium Violet Red. HEX triplet: B2, 0E and 7A. RGB value is (178,14,122). Sum of RGB (Red+Green+Blue) = 178+14+122=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E7A is #4DF185. Grayscale: #4B4B4B. Windows color (decimal): -5108102 or 7999154. OLE color: 7999154.
HSL color Cylindrical-coordinate representation of color #B20E7A: hue angle of 320.49º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E7A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 122 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.30 |
| HSL | 320.49º | 0.85% | 0.38% | - |
| HSV(B) | 320.49º | 0.92% | 0.7% | - |
| XYZ | 22.03 | 11.18 | 19.41 | - |
| YUV | 75.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 122 | 0 | 0.92 | 0.31 | 0.30 | 320.49 | 0.85 | 0.38 |
| Hex | B2 | E | 7A | 0 | 5C | 1F | 1E | 140 | 55 | 26 |
| Octal | 262 | 16 | 172 | 0 | 134 | 37 | 36 | 500 | 125 | 46 |
| Binary | 10110010 | 1110 | 1111010 | 0 | 1011100 | 11111 | 11110 | 101000000 | 1010101 | 100110 |
Color Harmonies of #B20E7A
Complementary color
Monochromatic Colors of #B20E7A
Black with #B20E7A
Text Example
Text Example
White with #B20E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E7A; }
p { color: rgb(178,14,122); }
H1.HeaderClassName
{
color: #B20E7A;
}
.AnyTagClassName
{
color: #B20E7A;
}
</style>
background-color css
<style>
a { background-color: #B20E7A; }
a { background-color: rgb(178,14,122); }
div.DivClassName
{
background-color: #B20E7A;
}
.BgClassName
{
background-color: #B20E7A;
}
</style>
border-color css
<style>
span { border-color: #B20E7A; }
span { border-color: rgb(178,14,122); }
td.TdClassName
{
border-color: #B20E7A;
}
.TagClassName
{
border-color: #B20E7A;
}
</style>