Shades of Medium Red Violet #B53B9A
Tints of Medium Red Violet #B53B9A
RGB
CMYK
RGB Variations
Color information
#B53B9A (or 0xB53B9A) is known color: Medium Red Violet. HEX triplet: B5, 3B and 9A. RGB value is (181,59,154). Sum of RGB (Red+Green+Blue) = 181+59+154=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53B9A is #4AC465. Grayscale: #6A6A6A. Windows color (decimal): -4899942 or 10107829. OLE color: 10107829.
HSL color Cylindrical-coordinate representation of color #B53B9A: hue angle of 313.28º 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 #B53B9A is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 154 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.29 |
| HSL | 313.28º | 0.51% | 0.47% | - |
| HSV(B) | 313.28º | 0.67% | 0.71% | - |
| XYZ | 26.45 | 15.28 | 32.13 | - |
| YUV | 106.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 154 | 0 | 0.67 | 0.15 | 0.29 | 313.28 | 0.51 | 0.47 |
| Hex | B5 | 3B | 9A | 0 | 43 | F | 1D | 139 | 33 | 2F |
| Octal | 265 | 73 | 232 | 0 | 103 | 17 | 35 | 471 | 63 | 57 |
| Binary | 10110101 | 111011 | 10011010 | 0 | 1000011 | 1111 | 11101 | 100111001 | 110011 | 101111 |
Color Harmonies of #B53B9A
Complementary color
Monochromatic Colors of #B53B9A
Black with #B53B9A
Text Example
Text Example
White with #B53B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53B9A; }
p { color: rgb(181,59,154); }
H1.HeaderClassName
{
color: #B53B9A;
}
.AnyTagClassName
{
color: #B53B9A;
}
</style>
background-color css
<style>
a { background-color: #B53B9A; }
a { background-color: rgb(181,59,154); }
div.DivClassName
{
background-color: #B53B9A;
}
.BgClassName
{
background-color: #B53B9A;
}
</style>
border-color css
<style>
span { border-color: #B53B9A; }
span { border-color: rgb(181,59,154); }
td.TdClassName
{
border-color: #B53B9A;
}
.TagClassName
{
border-color: #B53B9A;
}
</style>