Shades of Medium Violet Red #B20889
Tints of Medium Violet Red #B20889
RGB
CMYK
RGB Variations
Color information
#B20889 (or 0xB20889) is known color: Medium Violet Red. HEX triplet: B2, 08 and 89. RGB value is (178,8,137). Sum of RGB (Red+Green+Blue) = 178+8+137=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B20889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20889 is #4DF776. Grayscale: #494949. Windows color (decimal): -5109623 or 8980658. OLE color: 8980658.
HSL color Cylindrical-coordinate representation of color #B20889: hue angle of 314.47º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20889 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.30 |
| HSL | 314.47º | 0.91% | 0.36% | - |
| HSV(B) | 314.47º | 0.96% | 0.7% | - |
| XYZ | 22.96 | 11.44 | 24.67 | - |
| YUV | 73.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 137 | 0 | 0.96 | 0.23 | 0.30 | 314.47 | 0.91 | 0.36 |
| Hex | B2 | 8 | 89 | 0 | 60 | 17 | 1E | 13A | 5B | 24 |
| Octal | 262 | 10 | 211 | 0 | 140 | 27 | 36 | 472 | 133 | 44 |
| Binary | 10110010 | 1000 | 10001001 | 0 | 1100000 | 10111 | 11110 | 100111010 | 1011011 | 100100 |
Color Harmonies of #B20889
Complementary color
Monochromatic Colors of #B20889
Black with #B20889
Text Example
Text Example
White with #B20889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20889; }
p { color: rgb(178,8,137); }
H1.HeaderClassName
{
color: #B20889;
}
.AnyTagClassName
{
color: #B20889;
}
</style>
background-color css
<style>
a { background-color: #B20889; }
a { background-color: rgb(178,8,137); }
div.DivClassName
{
background-color: #B20889;
}
.BgClassName
{
background-color: #B20889;
}
</style>
border-color css
<style>
span { border-color: #B20889; }
span { border-color: rgb(178,8,137); }
td.TdClassName
{
border-color: #B20889;
}
.TagClassName
{
border-color: #B20889;
}
</style>