#B53A9A

Color #B53A9A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B53A9A

Tints of Medium Red Violet #B53A9A

Color information

#B53A9A (or 0xB53A9A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3A and 9A. RGB value is (181,58,154). Sum of RGB (Red+Green+Blue) = 181+58+154=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A9A is #4AC565. Grayscale: #696969. Windows color (decimal): -4900198 or 10107573. OLE color: 10107573.

HSL color Cylindrical-coordinate representation of color #B53A9A: hue angle of 313.17º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A9A is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18158154-
CMYK00.680.150.29
HSL313.17º51.46%46.86%-
HSV(B)313.17º67.96%70.98%-
XYZ26.415.1832.11-
YUV105.72155.25181.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 58 (23.05% from 255) = 14.76%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=46.06%
G=14.76%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815815400.680.150.29313.1751.4646.86
HexB53A9A044F1D139332f
Octal26572232010417354716357
Binary101101011110101001101001000100111111101100111001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A9A; }

 p { color: rgb(181,58,154); }

 H1.HeaderClassName
 {
   color: #B53A9A;
 }
 .AnyTagClassName
 {
   color: #B53A9A;
 }
</style>
background-color css

<style>
 a { background-color: #B53A9A; }

 a { background-color: rgb(181,58,154); }

 div.DivClassName
 {
   background-color: #B53A9A;
 }
 .BgClassName
 {
   background-color: #B53A9A;
 }
</style>
border-color css

<style>
 span { border-color: #B53A9A; }

 span { border-color: rgb(181,58,154); }

 td.TdClassName
 {
   border-color: #B53A9A;
 }
 .TagClassName
 {
   border-color: #B53A9A;
 }
</style>