#B53AA4

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

Shades of Medium Red Violet #B53AA4

Tints of Medium Red Violet #B53AA4

Color information

#B53AA4 (or 0xB53AA4) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3A and A4. RGB value is (181,58,164). Sum of RGB (Red+Green+Blue) = 181+58+164=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B53AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53AA4 is #4AC55B. Grayscale: #6A6A6A. Windows color (decimal): -4900188 or 10762933. OLE color: 10762933.

HSL color Cylindrical-coordinate representation of color #B53AA4: hue angle of 308.29º 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 #B53AA4 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18158164-
CMYK00.680.090.29
HSL308.29º51.46%46.86%-
HSV(B)308.29º67.96%70.98%-
XYZ27.2715.5336.68-
YUV106.86160.25180.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 58 (23.05% from 255) = 14.39%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=44.91%
G=14.39%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815816400.680.090.29308.2951.4646.86
HexB53AA404491D134332f
Octal26572244010411354646357
Binary101101011110101010010001000100100111101100110100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53AA4; }

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

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

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

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

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

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

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

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