Shades of Medium Violet Red #B62096
Tints of Medium Violet Red #B62096
RGB
CMYK
RGB Variations
Color information
#B62096 (or 0xB62096) is known color: Medium Violet Red. HEX triplet: B6, 20 and 96. RGB value is (182,32,150). Sum of RGB (Red+Green+Blue) = 182+32+150=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B62096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62096 is #49DF69. Grayscale: #595959. Windows color (decimal): -4841322 or 9838774. OLE color: 9838774.
HSL color Cylindrical-coordinate representation of color #B62096: hue angle of 312.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 #B62096 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 150 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.29 |
| HSL | 312.8º | 0.7% | 0.42% | - |
| HSV(B) | 312.8º | 0.82% | 0.71% | - |
| XYZ | 25.31 | 13.18 | 30.06 | - |
| YUV | 90.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 150 | 0 | 0.82 | 0.18 | 0.29 | 312.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 96 | 0 | 52 | 12 | 1D | 139 | 46 | 2A |
| Octal | 266 | 40 | 226 | 0 | 122 | 22 | 35 | 471 | 106 | 52 |
| Binary | 10110110 | 100000 | 10010110 | 0 | 1010010 | 10010 | 11101 | 100111001 | 1000110 | 101010 |
Color Harmonies of #B62096
Complementary color
Monochromatic Colors of #B62096
Black with #B62096
Text Example
Text Example
White with #B62096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62096; }
p { color: rgb(182,32,150); }
H1.HeaderClassName
{
color: #B62096;
}
.AnyTagClassName
{
color: #B62096;
}
</style>
background-color css
<style>
a { background-color: #B62096; }
a { background-color: rgb(182,32,150); }
div.DivClassName
{
background-color: #B62096;
}
.BgClassName
{
background-color: #B62096;
}
</style>
border-color css
<style>
span { border-color: #B62096; }
span { border-color: rgb(182,32,150); }
td.TdClassName
{
border-color: #B62096;
}
.TagClassName
{
border-color: #B62096;
}
</style>