Shades of Medium Violet Red #B20689
Tints of Medium Violet Red #B20689
RGB
CMYK
RGB Variations
Color information
#B20689 (or 0xB20689) is known color: Medium Violet Red. HEX triplet: B2, 06 and 89. RGB value is (178,6,137). Sum of RGB (Red+Green+Blue) = 178+6+137=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B20689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20689 is #4DF976. Grayscale: #484848. Windows color (decimal): -5110135 or 8980146. OLE color: 8980146.
HSL color Cylindrical-coordinate representation of color #B20689: hue angle of 314.3º 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 #B20689 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.30 |
| HSL | 314.3º | 0.93% | 0.36% | - |
| HSV(B) | 314.3º | 0.97% | 0.7% | - |
| XYZ | 22.94 | 11.4 | 24.66 | - |
| YUV | 72.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 137 | 0 | 0.97 | 0.23 | 0.30 | 314.3 | 0.93 | 0.36 |
| Hex | B2 | 6 | 89 | 0 | 61 | 17 | 1E | 13A | 5D | 24 |
| Octal | 262 | 6 | 211 | 0 | 141 | 27 | 36 | 472 | 135 | 44 |
| Binary | 10110010 | 110 | 10001001 | 0 | 1100001 | 10111 | 11110 | 100111010 | 1011101 | 100100 |
Color Harmonies of #B20689
Complementary color
Monochromatic Colors of #B20689
Black with #B20689
Text Example
Text Example
White with #B20689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20689; }
p { color: rgb(178,6,137); }
H1.HeaderClassName
{
color: #B20689;
}
.AnyTagClassName
{
color: #B20689;
}
</style>
background-color css
<style>
a { background-color: #B20689; }
a { background-color: rgb(178,6,137); }
div.DivClassName
{
background-color: #B20689;
}
.BgClassName
{
background-color: #B20689;
}
</style>
border-color css
<style>
span { border-color: #B20689; }
span { border-color: rgb(178,6,137); }
td.TdClassName
{
border-color: #B20689;
}
.TagClassName
{
border-color: #B20689;
}
</style>