Shades of Medium Red Violet #B62AA2
Tints of Medium Red Violet #B62AA2
RGB
CMYK
RGB Variations
Color information
#B62AA2 (or 0xB62AA2) is known color: Medium Red Violet. HEX triplet: B6, 2A and A2. RGB value is (182,42,162). Sum of RGB (Red+Green+Blue) = 182+42+162=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B62AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62AA2 is #49D55D. Grayscale: #616161. Windows color (decimal): -4838750 or 10627766. OLE color: 10627766.
HSL color Cylindrical-coordinate representation of color #B62AA2: hue angle of 308.57º 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 #B62AA2 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 162 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.29 |
| HSL | 308.57º | 0.63% | 0.44% | - |
| HSV(B) | 308.57º | 0.77% | 0.71% | - |
| XYZ | 26.64 | 14.21 | 35.52 | - |
| YUV | 97.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 162 | 0 | 0.77 | 0.11 | 0.29 | 308.57 | 0.63 | 0.44 |
| Hex | B6 | 2A | A2 | 0 | 4D | B | 1D | 135 | 3E | 2C |
| Octal | 266 | 52 | 242 | 0 | 115 | 13 | 35 | 465 | 76 | 54 |
| Binary | 10110110 | 101010 | 10100010 | 0 | 1001101 | 1011 | 11101 | 100110101 | 111110 | 101100 |
Color Harmonies of #B62AA2
Complementary color
Monochromatic Colors of #B62AA2
Black with #B62AA2
Text Example
Text Example
White with #B62AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62AA2; }
p { color: rgb(182,42,162); }
H1.HeaderClassName
{
color: #B62AA2;
}
.AnyTagClassName
{
color: #B62AA2;
}
</style>
background-color css
<style>
a { background-color: #B62AA2; }
a { background-color: rgb(182,42,162); }
div.DivClassName
{
background-color: #B62AA2;
}
.BgClassName
{
background-color: #B62AA2;
}
</style>
border-color css
<style>
span { border-color: #B62AA2; }
span { border-color: rgb(182,42,162); }
td.TdClassName
{
border-color: #B62AA2;
}
.TagClassName
{
border-color: #B62AA2;
}
</style>