#B53EA2

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

Shades of Medium Red Violet #B53EA2

Tints of Medium Red Violet #B53EA2

Color information

#B53EA2 (or 0xB53EA2) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3E and A2. RGB value is (181,62,162). Sum of RGB (Red+Green+Blue) = 181+62+162=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B53EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53EA2 is #4AC15D. Grayscale: #6C6C6C. Windows color (decimal): -4899166 or 10632885. OLE color: 10632885.

HSL color Cylindrical-coordinate representation of color #B53EA2: hue angle of 309.58º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53EA2 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18162162-
CMYK00.660.100.29
HSL309.58º48.97%47.65%-
HSV(B)309.58º65.75%70.98%-
XYZ27.315.8835.81-
YUV108.98157.92179.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 62 (24.61% from 255) = 15.31%
BLUE value IS 162 (63.67% from 255) = 40%
R=44.69%
G=15.31%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816216200.660.100.29309.5848.9747.65
HexB53EA2042A1D1363130
Octal26576242010212354666160
Binary101101011111101010001001000010101011101100110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53EA2; }

 p { color: rgb(181,62,162); }

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

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

 a { background-color: rgb(181,62,162); }

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

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

 span { border-color: rgb(181,62,162); }

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