#B53A7C

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

Shades of Medium Red Violet #B53A7C

Tints of Medium Red Violet #B53A7C

Color information

#B53A7C (or 0xB53A7C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3A and 7C. RGB value is (181,58,124). Sum of RGB (Red+Green+Blue) = 181+58+124=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A7C is #4AC583. Grayscale: #666666. Windows color (decimal): -4900228 or 8141493. OLE color: 8141493.

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

Color convert

RGB18158124-
CMYK00.680.310.29
HSL327.8º51.46%46.86%-
HSV(B)327.8º67.96%70.98%-
XYZ24.2114.3120.55-
YUV102.3140.25184.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=49.86%
G=15.98%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815812400.680.310.29327.851.4646.86
HexB53A7C0441F1D148332f
Octal26572174010437355106357
Binary101101011110101111100010001001111111101101001000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A7C; }

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

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

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

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

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

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

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

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