Shades of Medium Red Violet #B62A84
Tints of Medium Red Violet #B62A84
RGB
CMYK
RGB Variations
Color information
#B62A84 (or 0xB62A84) is known color: Medium Red Violet. HEX triplet: B6, 2A and 84. RGB value is (182,42,132). Sum of RGB (Red+Green+Blue) = 182+42+132=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A84 is #49D57B. Grayscale: #5D5D5D. Windows color (decimal): -4838780 or 8661686. OLE color: 8661686.
HSL color Cylindrical-coordinate representation of color #B62A84: hue angle of 321.43º 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 #B62A84 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 132 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.29 |
| HSL | 321.43º | 0.63% | 0.44% | - |
| HSV(B) | 321.43º | 0.77% | 0.71% | - |
| XYZ | 24.28 | 13.27 | 23.11 | - |
| YUV | 94.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 132 | 0 | 0.77 | 0.27 | 0.29 | 321.43 | 0.63 | 0.44 |
| Hex | B6 | 2A | 84 | 0 | 4D | 1B | 1D | 141 | 3E | 2C |
| Octal | 266 | 52 | 204 | 0 | 115 | 33 | 35 | 501 | 76 | 54 |
| Binary | 10110110 | 101010 | 10000100 | 0 | 1001101 | 11011 | 11101 | 101000001 | 111110 | 101100 |
Color Harmonies of #B62A84
Complementary color
Monochromatic Colors of #B62A84
Black with #B62A84
Text Example
Text Example
White with #B62A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62A84; }
p { color: rgb(182,42,132); }
H1.HeaderClassName
{
color: #B62A84;
}
.AnyTagClassName
{
color: #B62A84;
}
</style>
background-color css
<style>
a { background-color: #B62A84; }
a { background-color: rgb(182,42,132); }
div.DivClassName
{
background-color: #B62A84;
}
.BgClassName
{
background-color: #B62A84;
}
</style>
border-color css
<style>
span { border-color: #B62A84; }
span { border-color: rgb(182,42,132); }
td.TdClassName
{
border-color: #B62A84;
}
.TagClassName
{
border-color: #B62A84;
}
</style>