Shades of Medium Violet Red #B20488
Tints of Medium Violet Red #B20488
RGB
CMYK
RGB Variations
Color information
#B20488 (or 0xB20488) is known color: Medium Violet Red. HEX triplet: B2, 04 and 88. RGB value is (178,4,136). Sum of RGB (Red+Green+Blue) = 178+4+136=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B20488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20488 is #4DFB77. Grayscale: #464646. Windows color (decimal): -5110648 or 8914098. OLE color: 8914098.
HSL color Cylindrical-coordinate representation of color #B20488: hue angle of 314.48º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20488 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.30 |
| HSL | 314.48º | 0.96% | 0.36% | - |
| HSV(B) | 314.48º | 0.98% | 0.7% | - |
| XYZ | 22.85 | 11.33 | 24.28 | - |
| YUV | 71.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 136 | 0 | 0.98 | 0.24 | 0.30 | 314.48 | 0.96 | 0.36 |
| Hex | B2 | 4 | 88 | 0 | 62 | 18 | 1E | 13A | 60 | 24 |
| Octal | 262 | 4 | 210 | 0 | 142 | 30 | 36 | 472 | 140 | 44 |
| Binary | 10110010 | 100 | 10001000 | 0 | 1100010 | 11000 | 11110 | 100111010 | 1100000 | 100100 |
Color Harmonies of #B20488
Complementary color
Monochromatic Colors of #B20488
Black with #B20488
Text Example
Text Example
White with #B20488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20488; }
p { color: rgb(178,4,136); }
H1.HeaderClassName
{
color: #B20488;
}
.AnyTagClassName
{
color: #B20488;
}
</style>
background-color css
<style>
a { background-color: #B20488; }
a { background-color: rgb(178,4,136); }
div.DivClassName
{
background-color: #B20488;
}
.BgClassName
{
background-color: #B20488;
}
</style>
border-color css
<style>
span { border-color: #B20488; }
span { border-color: rgb(178,4,136); }
td.TdClassName
{
border-color: #B20488;
}
.TagClassName
{
border-color: #B20488;
}
</style>