Shades of Medium Violet Red #B20C8A
Tints of Medium Violet Red #B20C8A
RGB
CMYK
RGB Variations
Color information
#B20C8A (or 0xB20C8A) is known color: Medium Violet Red. HEX triplet: B2, 0C and 8A. RGB value is (178,12,138). Sum of RGB (Red+Green+Blue) = 178+12+138=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20C8A is #4DF375. Grayscale: #4B4B4B. Windows color (decimal): -5108598 or 9047218. OLE color: 9047218.
HSL color Cylindrical-coordinate representation of color #B20C8A: hue angle of 314.46º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C8A is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 138 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.30 |
| HSL | 314.46º | 0.87% | 0.37% | - |
| HSV(B) | 314.46º | 0.93% | 0.7% | - |
| XYZ | 23.08 | 11.56 | 25.06 | - |
| YUV | 76 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 138 | 0 | 0.93 | 0.22 | 0.30 | 314.46 | 0.87 | 0.37 |
| Hex | B2 | C | 8A | 0 | 5D | 16 | 1E | 13A | 57 | 25 |
| Octal | 262 | 14 | 212 | 0 | 135 | 26 | 36 | 472 | 127 | 45 |
| Binary | 10110010 | 1100 | 10001010 | 0 | 1011101 | 10110 | 11110 | 100111010 | 1010111 | 100101 |
Color Harmonies of #B20C8A
Complementary color
Monochromatic Colors of #B20C8A
Black with #B20C8A
Text Example
Text Example
White with #B20C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C8A; }
p { color: rgb(178,12,138); }
H1.HeaderClassName
{
color: #B20C8A;
}
.AnyTagClassName
{
color: #B20C8A;
}
</style>
background-color css
<style>
a { background-color: #B20C8A; }
a { background-color: rgb(178,12,138); }
div.DivClassName
{
background-color: #B20C8A;
}
.BgClassName
{
background-color: #B20C8A;
}
</style>
border-color css
<style>
span { border-color: #B20C8A; }
span { border-color: rgb(178,12,138); }
td.TdClassName
{
border-color: #B20C8A;
}
.TagClassName
{
border-color: #B20C8A;
}
</style>