Shades of Medium Red Violet #B62AAA
Tints of Medium Red Violet #B62AAA
RGB
CMYK
RGB Variations
Color information
#B62AAA (or 0xB62AAA) is known color: Medium Red Violet. HEX triplet: B6, 2A and AA. RGB value is (182,42,170). Sum of RGB (Red+Green+Blue) = 182+42+170=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B62AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62AAA is #49D555. Grayscale: #626262. Windows color (decimal): -4838742 or 11152054. OLE color: 11152054.
HSL color Cylindrical-coordinate representation of color #B62AAA: hue angle of 305.14º 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 #B62AAA is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 170 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.29 |
| HSL | 305.14º | 0.63% | 0.44% | - |
| HSV(B) | 305.14º | 0.77% | 0.71% | - |
| XYZ | 27.38 | 14.5 | 39.39 | - |
| YUV | 98.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 170 | 0 | 0.77 | 0.07 | 0.29 | 305.14 | 0.63 | 0.44 |
| Hex | B6 | 2A | AA | 0 | 4D | 7 | 1D | 131 | 3E | 2C |
| Octal | 266 | 52 | 252 | 0 | 115 | 7 | 35 | 461 | 76 | 54 |
| Binary | 10110110 | 101010 | 10101010 | 0 | 1001101 | 111 | 11101 | 100110001 | 111110 | 101100 |
Color Harmonies of #B62AAA
Complementary color
Monochromatic Colors of #B62AAA
Black with #B62AAA
Text Example
Text Example
White with #B62AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62AAA; }
p { color: rgb(182,42,170); }
H1.HeaderClassName
{
color: #B62AAA;
}
.AnyTagClassName
{
color: #B62AAA;
}
</style>
background-color css
<style>
a { background-color: #B62AAA; }
a { background-color: rgb(182,42,170); }
div.DivClassName
{
background-color: #B62AAA;
}
.BgClassName
{
background-color: #B62AAA;
}
</style>
border-color css
<style>
span { border-color: #B62AAA; }
span { border-color: rgb(182,42,170); }
td.TdClassName
{
border-color: #B62AAA;
}
.TagClassName
{
border-color: #B62AAA;
}
</style>