Shades of Medium Red Violet #B62EAA
Tints of Medium Red Violet #B62EAA
RGB
CMYK
RGB Variations
Color information
#B62EAA (or 0xB62EAA) is known color: Medium Red Violet. HEX triplet: B6, 2E and AA. RGB value is (182,46,170). Sum of RGB (Red+Green+Blue) = 182+46+170=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B62EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62EAA is #49D155. Grayscale: #646464. Windows color (decimal): -4837718 or 11153078. OLE color: 11153078.
HSL color Cylindrical-coordinate representation of color #B62EAA: hue angle of 305.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62EAA is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 170 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.29 |
| HSL | 305.29º | 0.6% | 0.45% | - |
| HSV(B) | 305.29º | 0.75% | 0.71% | - |
| XYZ | 27.52 | 14.8 | 39.44 | - |
| YUV | 100.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 170 | 0 | 0.75 | 0.07 | 0.29 | 305.29 | 0.6 | 0.45 |
| Hex | B6 | 2E | AA | 0 | 4B | 7 | 1D | 131 | 3C | 2D |
| Octal | 266 | 56 | 252 | 0 | 113 | 7 | 35 | 461 | 74 | 55 |
| Binary | 10110110 | 101110 | 10101010 | 0 | 1001011 | 111 | 11101 | 100110001 | 111100 | 101101 |
Color Harmonies of #B62EAA
Complementary color
Monochromatic Colors of #B62EAA
Black with #B62EAA
Text Example
Text Example
White with #B62EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62EAA; }
p { color: rgb(182,46,170); }
H1.HeaderClassName
{
color: #B62EAA;
}
.AnyTagClassName
{
color: #B62EAA;
}
</style>
background-color css
<style>
a { background-color: #B62EAA; }
a { background-color: rgb(182,46,170); }
div.DivClassName
{
background-color: #B62EAA;
}
.BgClassName
{
background-color: #B62EAA;
}
</style>
border-color css
<style>
span { border-color: #B62EAA; }
span { border-color: rgb(182,46,170); }
td.TdClassName
{
border-color: #B62EAA;
}
.TagClassName
{
border-color: #B62EAA;
}
</style>