Shades of Medium Red Violet #B534A7
Tints of Medium Red Violet #B534A7
RGB
CMYK
RGB Variations
Color information
#B534A7 (or 0xB534A7) is known color: Medium Red Violet. HEX triplet: B5, 34 and A7. RGB value is (181,52,167). Sum of RGB (Red+Green+Blue) = 181+52+167=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B534A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534A7 is #4ACB58. Grayscale: #676767. Windows color (decimal): -4901721 or 10958005. OLE color: 10958005.
HSL color Cylindrical-coordinate representation of color #B534A7: hue angle of 306.51º 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 #B534A7 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 167 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.29 |
| HSL | 306.51º | 0.55% | 0.46% | - |
| HSV(B) | 306.51º | 0.71% | 0.71% | - |
| XYZ | 27.26 | 15.07 | 38.03 | - |
| YUV | 103.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 167 | 0 | 0.71 | 0.08 | 0.29 | 306.51 | 0.55 | 0.46 |
| Hex | B5 | 34 | A7 | 0 | 47 | 8 | 1D | 133 | 37 | 2E |
| Octal | 265 | 64 | 247 | 0 | 107 | 10 | 35 | 463 | 67 | 56 |
| Binary | 10110101 | 110100 | 10100111 | 0 | 1000111 | 1000 | 11101 | 100110011 | 110111 | 101110 |
Color Harmonies of #B534A7
Complementary color
Monochromatic Colors of #B534A7
Black with #B534A7
Text Example
Text Example
White with #B534A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534A7; }
p { color: rgb(181,52,167); }
H1.HeaderClassName
{
color: #B534A7;
}
.AnyTagClassName
{
color: #B534A7;
}
</style>
background-color css
<style>
a { background-color: #B534A7; }
a { background-color: rgb(181,52,167); }
div.DivClassName
{
background-color: #B534A7;
}
.BgClassName
{
background-color: #B534A7;
}
</style>
border-color css
<style>
span { border-color: #B534A7; }
span { border-color: rgb(181,52,167); }
td.TdClassName
{
border-color: #B534A7;
}
.TagClassName
{
border-color: #B534A7;
}
</style>