Shades of Medium Red Violet #B534A6
Tints of Medium Red Violet #B534A6
RGB
CMYK
RGB Variations
Color information
#B534A6 (or 0xB534A6) is known color: Medium Red Violet. HEX triplet: B5, 34 and A6. RGB value is (181,52,166). Sum of RGB (Red+Green+Blue) = 181+52+166=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B534A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534A6 is #4ACB59. Grayscale: #676767. Windows color (decimal): -4901722 or 10892469. OLE color: 10892469.
HSL color Cylindrical-coordinate representation of color #B534A6: hue angle of 306.98º 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 #B534A6 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 166 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.29 |
| HSL | 306.98º | 0.55% | 0.46% | - |
| HSV(B) | 306.98º | 0.71% | 0.71% | - |
| XYZ | 27.17 | 15.03 | 37.55 | - |
| YUV | 103.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 166 | 0 | 0.71 | 0.08 | 0.29 | 306.98 | 0.55 | 0.46 |
| Hex | B5 | 34 | A6 | 0 | 47 | 8 | 1D | 133 | 37 | 2E |
| Octal | 265 | 64 | 246 | 0 | 107 | 10 | 35 | 463 | 67 | 56 |
| Binary | 10110101 | 110100 | 10100110 | 0 | 1000111 | 1000 | 11101 | 100110011 | 110111 | 101110 |
Color Harmonies of #B534A6
Complementary color
Monochromatic Colors of #B534A6
Black with #B534A6
Text Example
Text Example
White with #B534A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534A6; }
p { color: rgb(181,52,166); }
H1.HeaderClassName
{
color: #B534A6;
}
.AnyTagClassName
{
color: #B534A6;
}
</style>
background-color css
<style>
a { background-color: #B534A6; }
a { background-color: rgb(181,52,166); }
div.DivClassName
{
background-color: #B534A6;
}
.BgClassName
{
background-color: #B534A6;
}
</style>
border-color css
<style>
span { border-color: #B534A6; }
span { border-color: rgb(181,52,166); }
td.TdClassName
{
border-color: #B534A6;
}
.TagClassName
{
border-color: #B534A6;
}
</style>