Shades of Medium Violet Red #B62090
Tints of Medium Violet Red #B62090
RGB
CMYK
RGB Variations
Color information
#B62090 (or 0xB62090) is known color: Medium Violet Red. HEX triplet: B6, 20 and 90. RGB value is (182,32,144). Sum of RGB (Red+Green+Blue) = 182+32+144=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B62090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62090 is #49DF6F. Grayscale: #595959. Windows color (decimal): -4841328 or 9445558. OLE color: 9445558.
HSL color Cylindrical-coordinate representation of color #B62090: hue angle of 315.2º 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 #B62090 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 144 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.29 |
| HSL | 315.2º | 0.7% | 0.42% | - |
| HSV(B) | 315.2º | 0.82% | 0.71% | - |
| XYZ | 24.84 | 12.99 | 27.58 | - |
| YUV | 89.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 144 | 0 | 0.82 | 0.21 | 0.29 | 315.2 | 0.7 | 0.42 |
| Hex | B6 | 20 | 90 | 0 | 52 | 15 | 1D | 13B | 46 | 2A |
| Octal | 266 | 40 | 220 | 0 | 122 | 25 | 35 | 473 | 106 | 52 |
| Binary | 10110110 | 100000 | 10010000 | 0 | 1010010 | 10101 | 11101 | 100111011 | 1000110 | 101010 |
Color Harmonies of #B62090
Complementary color
Monochromatic Colors of #B62090
Black with #B62090
Text Example
Text Example
White with #B62090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62090; }
p { color: rgb(182,32,144); }
H1.HeaderClassName
{
color: #B62090;
}
.AnyTagClassName
{
color: #B62090;
}
</style>
background-color css
<style>
a { background-color: #B62090; }
a { background-color: rgb(182,32,144); }
div.DivClassName
{
background-color: #B62090;
}
.BgClassName
{
background-color: #B62090;
}
</style>
border-color css
<style>
span { border-color: #B62090; }
span { border-color: rgb(182,32,144); }
td.TdClassName
{
border-color: #B62090;
}
.TagClassName
{
border-color: #B62090;
}
</style>