Shades of Medium Violet Red #B20584
Tints of Medium Violet Red #B20584
RGB
CMYK
RGB Variations
Color information
#B20584 (or 0xB20584) is known color: Medium Violet Red. HEX triplet: B2, 05 and 84. RGB value is (178,5,132). Sum of RGB (Red+Green+Blue) = 178+5+132=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B20584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20584 is #4DFA7B. Grayscale: #464646. Windows color (decimal): -5110396 or 8652210. OLE color: 8652210.
HSL color Cylindrical-coordinate representation of color #B20584: hue angle of 315.95º degrees, saturation: 0.95, 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 #B20584 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.30 |
| HSL | 315.95º | 0.95% | 0.36% | - |
| HSV(B) | 315.95º | 0.97% | 0.7% | - |
| XYZ | 22.58 | 11.24 | 22.81 | - |
| YUV | 71.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 132 | 0 | 0.97 | 0.26 | 0.30 | 315.95 | 0.95 | 0.36 |
| Hex | B2 | 5 | 84 | 0 | 61 | 1A | 1E | 13C | 5F | 24 |
| Octal | 262 | 5 | 204 | 0 | 141 | 32 | 36 | 474 | 137 | 44 |
| Binary | 10110010 | 101 | 10000100 | 0 | 1100001 | 11010 | 11110 | 100111100 | 1011111 | 100100 |
Color Harmonies of #B20584
Complementary color
Monochromatic Colors of #B20584
Black with #B20584
Text Example
Text Example
White with #B20584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20584; }
p { color: rgb(178,5,132); }
H1.HeaderClassName
{
color: #B20584;
}
.AnyTagClassName
{
color: #B20584;
}
</style>
background-color css
<style>
a { background-color: #B20584; }
a { background-color: rgb(178,5,132); }
div.DivClassName
{
background-color: #B20584;
}
.BgClassName
{
background-color: #B20584;
}
</style>
border-color css
<style>
span { border-color: #B20584; }
span { border-color: rgb(178,5,132); }
td.TdClassName
{
border-color: #B20584;
}
.TagClassName
{
border-color: #B20584;
}
</style>