Shades of Medium Violet Red #B62091
Tints of Medium Violet Red #B62091
RGB
CMYK
RGB Variations
Color information
#B62091 (or 0xB62091) is known color: Medium Violet Red. HEX triplet: B6, 20 and 91. RGB value is (182,32,145). Sum of RGB (Red+Green+Blue) = 182+32+145=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B62091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62091 is #49DF6E. Grayscale: #595959. Windows color (decimal): -4841327 or 9511094. OLE color: 9511094.
HSL color Cylindrical-coordinate representation of color #B62091: hue angle of 314.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62091 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 145 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.29 |
| HSL | 314.8º | 0.7% | 0.42% | - |
| HSV(B) | 314.8º | 0.82% | 0.71% | - |
| XYZ | 24.92 | 13.02 | 27.99 | - |
| YUV | 89.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 145 | 0 | 0.82 | 0.20 | 0.29 | 314.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 91 | 0 | 52 | 14 | 1D | 13B | 46 | 2A |
| Octal | 266 | 40 | 221 | 0 | 122 | 24 | 35 | 473 | 106 | 52 |
| Binary | 10110110 | 100000 | 10010001 | 0 | 1010010 | 10100 | 11101 | 100111011 | 1000110 | 101010 |
Color Harmonies of #B62091
Complementary color
Monochromatic Colors of #B62091
Black with #B62091
Text Example
Text Example
White with #B62091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62091; }
p { color: rgb(182,32,145); }
H1.HeaderClassName
{
color: #B62091;
}
.AnyTagClassName
{
color: #B62091;
}
</style>
background-color css
<style>
a { background-color: #B62091; }
a { background-color: rgb(182,32,145); }
div.DivClassName
{
background-color: #B62091;
}
.BgClassName
{
background-color: #B62091;
}
</style>
border-color css
<style>
span { border-color: #B62091; }
span { border-color: rgb(182,32,145); }
td.TdClassName
{
border-color: #B62091;
}
.TagClassName
{
border-color: #B62091;
}
</style>