Shades of Medium Violet Red #B20B7D
Tints of Medium Violet Red #B20B7D
RGB
CMYK
RGB Variations
Color information
#B20B7D (or 0xB20B7D) is known color: Medium Violet Red. HEX triplet: B2, 0B and 7D. RGB value is (178,11,125). Sum of RGB (Red+Green+Blue) = 178+11+125=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B7D is #4DF482. Grayscale: #494949. Windows color (decimal): -5108867 or 8194994. OLE color: 8194994.
HSL color Cylindrical-coordinate representation of color #B20B7D: hue angle of 319.04º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20B7D is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 11 | 125 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.30 |
| HSL | 319.04º | 0.88% | 0.37% | - |
| HSV(B) | 319.04º | 0.94% | 0.7% | - |
| XYZ | 22.18 | 11.18 | 20.39 | - |
| YUV | 73.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 125 | 0 | 0.94 | 0.30 | 0.30 | 319.04 | 0.88 | 0.37 |
| Hex | B2 | B | 7D | 0 | 5E | 1E | 1E | 13F | 58 | 25 |
| Octal | 262 | 13 | 175 | 0 | 136 | 36 | 36 | 477 | 130 | 45 |
| Binary | 10110010 | 1011 | 1111101 | 0 | 1011110 | 11110 | 11110 | 100111111 | 1011000 | 100101 |
Color Harmonies of #B20B7D
Complementary color
Monochromatic Colors of #B20B7D
Black with #B20B7D
Text Example
Text Example
White with #B20B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20B7D; }
p { color: rgb(178,11,125); }
H1.HeaderClassName
{
color: #B20B7D;
}
.AnyTagClassName
{
color: #B20B7D;
}
</style>
background-color css
<style>
a { background-color: #B20B7D; }
a { background-color: rgb(178,11,125); }
div.DivClassName
{
background-color: #B20B7D;
}
.BgClassName
{
background-color: #B20B7D;
}
</style>
border-color css
<style>
span { border-color: #B20B7D; }
span { border-color: rgb(178,11,125); }
td.TdClassName
{
border-color: #B20B7D;
}
.TagClassName
{
border-color: #B20B7D;
}
</style>