Shades of Medium Red Violet #B62A82
Tints of Medium Red Violet #B62A82
RGB
CMYK
RGB Variations
Color information
#B62A82 (or 0xB62A82) is known color: Medium Red Violet. HEX triplet: B6, 2A and 82. RGB value is (182,42,130). Sum of RGB (Red+Green+Blue) = 182+42+130=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A82 is #49D57D. Grayscale: #5D5D5D. Windows color (decimal): -4838782 or 8530614. OLE color: 8530614.
HSL color Cylindrical-coordinate representation of color #B62A82: hue angle of 322.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A82 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 130 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.29 |
| HSL | 322.29º | 0.63% | 0.44% | - |
| HSV(B) | 322.29º | 0.77% | 0.71% | - |
| XYZ | 24.15 | 13.21 | 22.4 | - |
| YUV | 93.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 130 | 0 | 0.77 | 0.29 | 0.29 | 322.29 | 0.63 | 0.44 |
| Hex | B6 | 2A | 82 | 0 | 4D | 1D | 1D | 142 | 3E | 2C |
| Octal | 266 | 52 | 202 | 0 | 115 | 35 | 35 | 502 | 76 | 54 |
| Binary | 10110110 | 101010 | 10000010 | 0 | 1001101 | 11101 | 11101 | 101000010 | 111110 | 101100 |
Color Harmonies of #B62A82
Complementary color
Monochromatic Colors of #B62A82
Black with #B62A82
Text Example
Text Example
White with #B62A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62A82; }
p { color: rgb(182,42,130); }
H1.HeaderClassName
{
color: #B62A82;
}
.AnyTagClassName
{
color: #B62A82;
}
</style>
background-color css
<style>
a { background-color: #B62A82; }
a { background-color: rgb(182,42,130); }
div.DivClassName
{
background-color: #B62A82;
}
.BgClassName
{
background-color: #B62A82;
}
</style>
border-color css
<style>
span { border-color: #B62A82; }
span { border-color: rgb(182,42,130); }
td.TdClassName
{
border-color: #B62A82;
}
.TagClassName
{
border-color: #B62A82;
}
</style>