Shades of Medium Violet Red #B20F89
Tints of Medium Violet Red #B20F89
RGB
CMYK
RGB Variations
Color information
#B20F89 (or 0xB20F89) is known color: Medium Violet Red. HEX triplet: B2, 0F and 89. RGB value is (178,15,137). Sum of RGB (Red+Green+Blue) = 178+15+137=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F89 is #4DF076. Grayscale: #4D4D4D. Windows color (decimal): -5107831 or 8982450. OLE color: 8982450.
HSL color Cylindrical-coordinate representation of color #B20F89: hue angle of 315.09º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F89 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 137 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.30 |
| HSL | 315.09º | 0.84% | 0.38% | - |
| HSV(B) | 315.09º | 0.92% | 0.7% | - |
| XYZ | 23.05 | 11.61 | 24.69 | - |
| YUV | 77.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 137 | 0 | 0.92 | 0.23 | 0.30 | 315.09 | 0.84 | 0.38 |
| Hex | B2 | F | 89 | 0 | 5C | 17 | 1E | 13B | 54 | 26 |
| Octal | 262 | 17 | 211 | 0 | 134 | 27 | 36 | 473 | 124 | 46 |
| Binary | 10110010 | 1111 | 10001001 | 0 | 1011100 | 10111 | 11110 | 100111011 | 1010100 | 100110 |
Color Harmonies of #B20F89
Complementary color
Monochromatic Colors of #B20F89
Black with #B20F89
Text Example
Text Example
White with #B20F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20F89; }
p { color: rgb(178,15,137); }
H1.HeaderClassName
{
color: #B20F89;
}
.AnyTagClassName
{
color: #B20F89;
}
</style>
background-color css
<style>
a { background-color: #B20F89; }
a { background-color: rgb(178,15,137); }
div.DivClassName
{
background-color: #B20F89;
}
.BgClassName
{
background-color: #B20F89;
}
</style>
border-color css
<style>
span { border-color: #B20F89; }
span { border-color: rgb(178,15,137); }
td.TdClassName
{
border-color: #B20F89;
}
.TagClassName
{
border-color: #B20F89;
}
</style>