Shades of Medium Violet Red #B20688
Tints of Medium Violet Red #B20688
RGB
CMYK
RGB Variations
Color information
#B20688 (or 0xB20688) is known color: Medium Violet Red. HEX triplet: B2, 06 and 88. RGB value is (178,6,136). Sum of RGB (Red+Green+Blue) = 178+6+136=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B20688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20688 is #4DF977. Grayscale: #474747. Windows color (decimal): -5110136 or 8914610. OLE color: 8914610.
HSL color Cylindrical-coordinate representation of color #B20688: hue angle of 314.65º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20688 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 136 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.30 |
| HSL | 314.65º | 0.93% | 0.36% | - |
| HSV(B) | 314.65º | 0.97% | 0.7% | - |
| XYZ | 22.87 | 11.37 | 24.28 | - |
| YUV | 72.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 136 | 0 | 0.97 | 0.24 | 0.30 | 314.65 | 0.93 | 0.36 |
| Hex | B2 | 6 | 88 | 0 | 61 | 18 | 1E | 13B | 5D | 24 |
| Octal | 262 | 6 | 210 | 0 | 141 | 30 | 36 | 473 | 135 | 44 |
| Binary | 10110010 | 110 | 10001000 | 0 | 1100001 | 11000 | 11110 | 100111011 | 1011101 | 100100 |
Color Harmonies of #B20688
Complementary color
Monochromatic Colors of #B20688
Black with #B20688
Text Example
Text Example
White with #B20688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20688; }
p { color: rgb(178,6,136); }
H1.HeaderClassName
{
color: #B20688;
}
.AnyTagClassName
{
color: #B20688;
}
</style>
background-color css
<style>
a { background-color: #B20688; }
a { background-color: rgb(178,6,136); }
div.DivClassName
{
background-color: #B20688;
}
.BgClassName
{
background-color: #B20688;
}
</style>
border-color css
<style>
span { border-color: #B20688; }
span { border-color: rgb(178,6,136); }
td.TdClassName
{
border-color: #B20688;
}
.TagClassName
{
border-color: #B20688;
}
</style>