#B53574

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

Shades of Medium Red Violet #B53574

Tints of Medium Red Violet #B53574

Color information

#B53574 (or 0xB53574) is unknown color: approx Medium Red Violet. HEX triplet: B5, 35 and 74. RGB value is (181,53,116). Sum of RGB (Red+Green+Blue) = 181+53+116=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53574 is #4ACA8B. Grayscale: #626262. Windows color (decimal): -4901516 or 7615925. OLE color: 7615925.

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

Color convert

RGB18153116-
CMYK00.710.360.29
HSL330.47º54.7%45.88%-
HSV(B)330.47º70.72%70.98%-
XYZ23.4813.6317.92-
YUV98.45137.91186.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 53 (21.09% from 255) = 15.14%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=51.71%
G=15.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815311600.710.360.29330.4754.745.88
HexB53574047241D14a372e
Octal26565164010744355126756
Binary1011010111010111101000100011110010011101101001010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53574; }

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

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

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

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

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

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

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

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