Shades of Medium Violet Red #B20389
Tints of Medium Violet Red #B20389
RGB
CMYK
RGB Variations
Color information
#B20389 (or 0xB20389) is known color: Medium Violet Red. HEX triplet: B2, 03 and 89. RGB value is (178,3,137). Sum of RGB (Red+Green+Blue) = 178+3+137=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B20389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20389 is #4DFC76. Grayscale: #464646. Windows color (decimal): -5110903 or 8979378. OLE color: 8979378.
HSL color Cylindrical-coordinate representation of color #B20389: hue angle of 314.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20389 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.30 |
| HSL | 314.06º | 0.97% | 0.35% | - |
| HSV(B) | 314.06º | 0.98% | 0.7% | - |
| XYZ | 22.91 | 11.34 | 24.65 | - |
| YUV | 70.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 137 | 0 | 0.98 | 0.23 | 0.30 | 314.06 | 0.97 | 0.35 |
| Hex | B2 | 3 | 89 | 0 | 62 | 17 | 1E | 13A | 61 | 23 |
| Octal | 262 | 3 | 211 | 0 | 142 | 27 | 36 | 472 | 141 | 43 |
| Binary | 10110010 | 11 | 10001001 | 0 | 1100010 | 10111 | 11110 | 100111010 | 1100001 | 100011 |
Color Harmonies of #B20389
Complementary color
Monochromatic Colors of #B20389
Black with #B20389
Text Example
Text Example
White with #B20389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20389; }
p { color: rgb(178,3,137); }
H1.HeaderClassName
{
color: #B20389;
}
.AnyTagClassName
{
color: #B20389;
}
</style>
background-color css
<style>
a { background-color: #B20389; }
a { background-color: rgb(178,3,137); }
div.DivClassName
{
background-color: #B20389;
}
.BgClassName
{
background-color: #B20389;
}
</style>
border-color css
<style>
span { border-color: #B20389; }
span { border-color: rgb(178,3,137); }
td.TdClassName
{
border-color: #B20389;
}
.TagClassName
{
border-color: #B20389;
}
</style>