Shades of Medium Red Violet #B534A3
Tints of Medium Red Violet #B534A3
RGB
CMYK
RGB Variations
Color information
#B534A3 (or 0xB534A3) is known color: Medium Red Violet. HEX triplet: B5, 34 and A3. RGB value is (181,52,163). Sum of RGB (Red+Green+Blue) = 181+52+163=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B534A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534A3 is #4ACB5C. Grayscale: #666666. Windows color (decimal): -4901725 or 10695861. OLE color: 10695861.
HSL color Cylindrical-coordinate representation of color #B534A3: hue angle of 308.37º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B534A3 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 163 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.29 |
| HSL | 308.37º | 0.55% | 0.46% | - |
| HSV(B) | 308.37º | 0.71% | 0.71% | - |
| XYZ | 26.89 | 14.92 | 36.11 | - |
| YUV | 103.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 163 | 0 | 0.71 | 0.10 | 0.29 | 308.37 | 0.55 | 0.46 |
| Hex | B5 | 34 | A3 | 0 | 47 | A | 1D | 134 | 37 | 2E |
| Octal | 265 | 64 | 243 | 0 | 107 | 12 | 35 | 464 | 67 | 56 |
| Binary | 10110101 | 110100 | 10100011 | 0 | 1000111 | 1010 | 11101 | 100110100 | 110111 | 101110 |
Color Harmonies of #B534A3
Complementary color
Monochromatic Colors of #B534A3
Black with #B534A3
Text Example
Text Example
White with #B534A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534A3; }
p { color: rgb(181,52,163); }
H1.HeaderClassName
{
color: #B534A3;
}
.AnyTagClassName
{
color: #B534A3;
}
</style>
background-color css
<style>
a { background-color: #B534A3; }
a { background-color: rgb(181,52,163); }
div.DivClassName
{
background-color: #B534A3;
}
.BgClassName
{
background-color: #B534A3;
}
</style>
border-color css
<style>
span { border-color: #B534A3; }
span { border-color: rgb(181,52,163); }
td.TdClassName
{
border-color: #B534A3;
}
.TagClassName
{
border-color: #B534A3;
}
</style>