Shades of Medium Red Violet #B62BA3
Tints of Medium Red Violet #B62BA3
RGB
CMYK
RGB Variations
Color information
#B62BA3 (or 0xB62BA3) is known color: Medium Red Violet. HEX triplet: B6, 2B and A3. RGB value is (182,43,163). Sum of RGB (Red+Green+Blue) = 182+43+163=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B62BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62BA3 is #49D45C. Grayscale: #616161. Windows color (decimal): -4838493 or 10693558. OLE color: 10693558.
HSL color Cylindrical-coordinate representation of color #B62BA3: hue angle of 308.2º degrees, saturation: 0.62, 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 #B62BA3 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 43 | 163 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.29 |
| HSL | 308.2º | 0.62% | 0.44% | - |
| HSV(B) | 308.2º | 0.76% | 0.71% | - |
| XYZ | 26.77 | 14.32 | 36 | - |
| YUV | 98.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 163 | 0 | 0.76 | 0.10 | 0.29 | 308.2 | 0.62 | 0.44 |
| Hex | B6 | 2B | A3 | 0 | 4C | A | 1D | 134 | 3E | 2C |
| Octal | 266 | 53 | 243 | 0 | 114 | 12 | 35 | 464 | 76 | 54 |
| Binary | 10110110 | 101011 | 10100011 | 0 | 1001100 | 1010 | 11101 | 100110100 | 111110 | 101100 |
Color Harmonies of #B62BA3
Complementary color
Monochromatic Colors of #B62BA3
Black with #B62BA3
Text Example
Text Example
White with #B62BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62BA3; }
p { color: rgb(182,43,163); }
H1.HeaderClassName
{
color: #B62BA3;
}
.AnyTagClassName
{
color: #B62BA3;
}
</style>
background-color css
<style>
a { background-color: #B62BA3; }
a { background-color: rgb(182,43,163); }
div.DivClassName
{
background-color: #B62BA3;
}
.BgClassName
{
background-color: #B62BA3;
}
</style>
border-color css
<style>
span { border-color: #B62BA3; }
span { border-color: rgb(182,43,163); }
td.TdClassName
{
border-color: #B62BA3;
}
.TagClassName
{
border-color: #B62BA3;
}
</style>