#B53C7F

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

Shades of Medium Red Violet #B53C7F

Tints of Medium Red Violet #B53C7F

Color information

#B53C7F (or 0xB53C7F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3C and 7F. RGB value is (181,60,127). Sum of RGB (Red+Green+Blue) = 181+60+127=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C7F is #4AC380. Grayscale: #676767. Windows color (decimal): -4899713 or 8338613. OLE color: 8338613.

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

Color convert

RGB18160127-
CMYK00.670.300.29
HSL326.78º50.21%47.25%-
HSV(B)326.78º66.85%70.98%-
XYZ24.514.5921.6-
YUV103.82141.09183.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 60 (23.83% from 255) = 16.30%
BLUE value IS 127 (50% from 255) = 34.51%
R=49.18%
G=16.30%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816012700.670.300.29326.7850.2147.25
HexB53C7F0431E1D147322f
Octal26574177010336355076257
Binary101101011111001111111010000111111011101101000111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C7F; }

 p { color: rgb(181,60,127); }

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

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

 a { background-color: rgb(181,60,127); }

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

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

 span { border-color: rgb(181,60,127); }

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