#B53575

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

Shades of Medium Red Violet #B53575

Tints of Medium Red Violet #B53575

Color information

#B53575 (or 0xB53575) is unknown color: approx Medium Red Violet. HEX triplet: B5, 35 and 75. RGB value is (181,53,117). Sum of RGB (Red+Green+Blue) = 181+53+117=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B53575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53575 is #4ACA8A. Grayscale: #626262. Windows color (decimal): -4901515 or 7681461. OLE color: 7681461.

HSL color Cylindrical-coordinate representation of color #B53575: hue angle of 330º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53575 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18153117-
CMYK00.710.350.29
HSL330º54.7%45.88%-
HSV(B)330º70.72%70.98%-
XYZ23.5413.6518.22-
YUV98.57138.41186.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=51.57%
G=15.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815311700.710.350.2933054.745.88
HexB53575047231D14a372e
Octal26565165010743355126756
Binary1011010111010111101010100011110001111101101001010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53575; }

 p { color: rgb(181,53,117); }

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

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

 a { background-color: rgb(181,53,117); }

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

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

 span { border-color: rgb(181,53,117); }

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