Shades of Medium Violet Red #B20B8C
Tints of Medium Violet Red #B20B8C
RGB
CMYK
RGB Variations
Color information
#B20B8C (or 0xB20B8C) is known color: Medium Violet Red. HEX triplet: B2, 0B and 8C. RGB value is (178,11,140). Sum of RGB (Red+Green+Blue) = 178+11+140=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20B8C is #4DF473. Grayscale: #4B4B4B. Windows color (decimal): -5108852 or 9178034. OLE color: 9178034.
HSL color Cylindrical-coordinate representation of color #B20B8C: hue angle of 313.65º 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 #B20B8C is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 11 | 140 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.30 |
| HSL | 313.65º | 0.88% | 0.37% | - |
| HSV(B) | 313.65º | 0.94% | 0.7% | - |
| XYZ | 23.21 | 11.6 | 25.83 | - |
| YUV | 75.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 140 | 0 | 0.94 | 0.21 | 0.30 | 313.65 | 0.88 | 0.37 |
| Hex | B2 | B | 8C | 0 | 5E | 15 | 1E | 13A | 58 | 25 |
| Octal | 262 | 13 | 214 | 0 | 136 | 25 | 36 | 472 | 130 | 45 |
| Binary | 10110010 | 1011 | 10001100 | 0 | 1011110 | 10101 | 11110 | 100111010 | 1011000 | 100101 |
Color Harmonies of #B20B8C
Complementary color
Monochromatic Colors of #B20B8C
Black with #B20B8C
Text Example
Text Example
White with #B20B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20B8C; }
p { color: rgb(178,11,140); }
H1.HeaderClassName
{
color: #B20B8C;
}
.AnyTagClassName
{
color: #B20B8C;
}
</style>
background-color css
<style>
a { background-color: #B20B8C; }
a { background-color: rgb(178,11,140); }
div.DivClassName
{
background-color: #B20B8C;
}
.BgClassName
{
background-color: #B20B8C;
}
</style>
border-color css
<style>
span { border-color: #B20B8C; }
span { border-color: rgb(178,11,140); }
td.TdClassName
{
border-color: #B20B8C;
}
.TagClassName
{
border-color: #B20B8C;
}
</style>