Shades of Medium Red Violet #B62CA2
Tints of Medium Red Violet #B62CA2
RGB
CMYK
RGB Variations
Color information
#B62CA2 (or 0xB62CA2) is known color: Medium Red Violet. HEX triplet: B6, 2C and A2. RGB value is (182,44,162). Sum of RGB (Red+Green+Blue) = 182+44+162=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B62CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62CA2 is #49D35D. Grayscale: #626262. Windows color (decimal): -4838238 or 10628278. OLE color: 10628278.
HSL color Cylindrical-coordinate representation of color #B62CA2: hue angle of 308.7º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62CA2 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 44 | 162 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.29 |
| HSL | 308.7º | 0.61% | 0.44% | - |
| HSV(B) | 308.7º | 0.76% | 0.71% | - |
| XYZ | 26.71 | 14.36 | 35.55 | - |
| YUV | 98.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 162 | 0 | 0.76 | 0.11 | 0.29 | 308.7 | 0.61 | 0.44 |
| Hex | B6 | 2C | A2 | 0 | 4C | B | 1D | 135 | 3D | 2C |
| Octal | 266 | 54 | 242 | 0 | 114 | 13 | 35 | 465 | 75 | 54 |
| Binary | 10110110 | 101100 | 10100010 | 0 | 1001100 | 1011 | 11101 | 100110101 | 111101 | 101100 |
Color Harmonies of #B62CA2
Complementary color
Monochromatic Colors of #B62CA2
Black with #B62CA2
Text Example
Text Example
White with #B62CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62CA2; }
p { color: rgb(182,44,162); }
H1.HeaderClassName
{
color: #B62CA2;
}
.AnyTagClassName
{
color: #B62CA2;
}
</style>
background-color css
<style>
a { background-color: #B62CA2; }
a { background-color: rgb(182,44,162); }
div.DivClassName
{
background-color: #B62CA2;
}
.BgClassName
{
background-color: #B62CA2;
}
</style>
border-color css
<style>
span { border-color: #B62CA2; }
span { border-color: rgb(182,44,162); }
td.TdClassName
{
border-color: #B62CA2;
}
.TagClassName
{
border-color: #B62CA2;
}
</style>