Shades of Medium Red Violet #B62080
Tints of Medium Red Violet #B62080
RGB
CMYK
RGB Variations
Color information
#B62080 (or 0xB62080) is known color: Medium Red Violet. HEX triplet: B6, 20 and 80. RGB value is (182,32,128). Sum of RGB (Red+Green+Blue) = 182+32+128=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B62080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62080 is #49DF7F. Grayscale: #575757. Windows color (decimal): -4841344 or 8396982. OLE color: 8396982.
HSL color Cylindrical-coordinate representation of color #B62080: hue angle of 321.6º 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 #B62080 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 128 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.29 |
| HSL | 321.6º | 0.7% | 0.42% | - |
| HSV(B) | 321.6º | 0.82% | 0.71% | - |
| XYZ | 23.7 | 12.54 | 21.59 | - |
| YUV | 87.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 128 | 0 | 0.82 | 0.30 | 0.29 | 321.6 | 0.7 | 0.42 |
| Hex | B6 | 20 | 80 | 0 | 52 | 1E | 1D | 142 | 46 | 2A |
| Octal | 266 | 40 | 200 | 0 | 122 | 36 | 35 | 502 | 106 | 52 |
| Binary | 10110110 | 100000 | 10000000 | 0 | 1010010 | 11110 | 11101 | 101000010 | 1000110 | 101010 |
Color Harmonies of #B62080
Complementary color
Monochromatic Colors of #B62080
Black with #B62080
Text Example
Text Example
White with #B62080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62080; }
p { color: rgb(182,32,128); }
H1.HeaderClassName
{
color: #B62080;
}
.AnyTagClassName
{
color: #B62080;
}
</style>
background-color css
<style>
a { background-color: #B62080; }
a { background-color: rgb(182,32,128); }
div.DivClassName
{
background-color: #B62080;
}
.BgClassName
{
background-color: #B62080;
}
</style>
border-color css
<style>
span { border-color: #B62080; }
span { border-color: rgb(182,32,128); }
td.TdClassName
{
border-color: #B62080;
}
.TagClassName
{
border-color: #B62080;
}
</style>