Shades of Medium Red Violet #B53BA4
Tints of Medium Red Violet #B53BA4
RGB
CMYK
RGB Variations
Color information
#B53BA4 (or 0xB53BA4) is known color: Medium Red Violet. HEX triplet: B5, 3B and A4. RGB value is (181,59,164). Sum of RGB (Red+Green+Blue) = 181+59+164=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BA4 is #4AC45B. Grayscale: #6B6B6B. Windows color (decimal): -4899932 or 10763189. OLE color: 10763189.
HSL color Cylindrical-coordinate representation of color #B53BA4: hue angle of 308.36º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53BA4 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 164 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.29 |
| HSL | 308.36º | 0.51% | 0.47% | - |
| HSV(B) | 308.36º | 0.67% | 0.71% | - |
| XYZ | 27.32 | 15.63 | 36.7 | - |
| YUV | 107.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 164 | 0 | 0.67 | 0.09 | 0.29 | 308.36 | 0.51 | 0.47 |
| Hex | B5 | 3B | A4 | 0 | 43 | 9 | 1D | 134 | 33 | 2F |
| Octal | 265 | 73 | 244 | 0 | 103 | 11 | 35 | 464 | 63 | 57 |
| Binary | 10110101 | 111011 | 10100100 | 0 | 1000011 | 1001 | 11101 | 100110100 | 110011 | 101111 |
Color Harmonies of #B53BA4
Complementary color
Monochromatic Colors of #B53BA4
Black with #B53BA4
Text Example
Text Example
White with #B53BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BA4; }
p { color: rgb(181,59,164); }
H1.HeaderClassName
{
color: #B53BA4;
}
.AnyTagClassName
{
color: #B53BA4;
}
</style>
background-color css
<style>
a { background-color: #B53BA4; }
a { background-color: rgb(181,59,164); }
div.DivClassName
{
background-color: #B53BA4;
}
.BgClassName
{
background-color: #B53BA4;
}
</style>
border-color css
<style>
span { border-color: #B53BA4; }
span { border-color: rgb(181,59,164); }
td.TdClassName
{
border-color: #B53BA4;
}
.TagClassName
{
border-color: #B53BA4;
}
</style>