#B53A8C

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

Shades of Medium Red Violet #B53A8C

Tints of Medium Red Violet #B53A8C

Color information

#B53A8C (or 0xB53A8C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3A and 8C. RGB value is (181,58,140). Sum of RGB (Red+Green+Blue) = 181+58+140=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A8C is #4AC573. Grayscale: #676767. Windows color (decimal): -4900212 or 9190069. OLE color: 9190069.

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

Color convert

RGB18158140-
CMYK00.680.230.29
HSL320º51.46%46.86%-
HSV(B)320º67.96%70.98%-
XYZ25.314.7426.32-
YUV104.12148.25182.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=47.76%
G=15.30%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815814000.680.230.2932051.4646.86
HexB53A8C044171D140332f
Octal26572214010427355006357
Binary1011010111101010001100010001001011111101101000000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A8C; }

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

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

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

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

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

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

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

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