Shades of Medium Violet Red #B20A8A
Tints of Medium Violet Red #B20A8A
RGB
CMYK
RGB Variations
Color information
#B20A8A (or 0xB20A8A) is known color: Medium Violet Red. HEX triplet: B2, 0A and 8A. RGB value is (178,10,138). Sum of RGB (Red+Green+Blue) = 178+10+138=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A8A is #4DF575. Grayscale: #4A4A4A. Windows color (decimal): -5109110 or 9046706. OLE color: 9046706.
HSL color Cylindrical-coordinate representation of color #B20A8A: hue angle of 314.29º degrees, saturation: 0.89, 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 #B20A8A is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 138 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.30 |
| HSL | 314.29º | 0.89% | 0.37% | - |
| HSV(B) | 314.29º | 0.94% | 0.7% | - |
| XYZ | 23.06 | 11.52 | 25.05 | - |
| YUV | 74.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 138 | 0 | 0.94 | 0.22 | 0.30 | 314.29 | 0.89 | 0.37 |
| Hex | B2 | A | 8A | 0 | 5E | 16 | 1E | 13A | 59 | 25 |
| Octal | 262 | 12 | 212 | 0 | 136 | 26 | 36 | 472 | 131 | 45 |
| Binary | 10110010 | 1010 | 10001010 | 0 | 1011110 | 10110 | 11110 | 100111010 | 1011001 | 100101 |
Color Harmonies of #B20A8A
Complementary color
Monochromatic Colors of #B20A8A
Black with #B20A8A
Text Example
Text Example
White with #B20A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A8A; }
p { color: rgb(178,10,138); }
H1.HeaderClassName
{
color: #B20A8A;
}
.AnyTagClassName
{
color: #B20A8A;
}
</style>
background-color css
<style>
a { background-color: #B20A8A; }
a { background-color: rgb(178,10,138); }
div.DivClassName
{
background-color: #B20A8A;
}
.BgClassName
{
background-color: #B20A8A;
}
</style>
border-color css
<style>
span { border-color: #B20A8A; }
span { border-color: rgb(178,10,138); }
td.TdClassName
{
border-color: #B20A8A;
}
.TagClassName
{
border-color: #B20A8A;
}
</style>