#B5397D

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

Shades of Medium Red Violet #B5397D

Tints of Medium Red Violet #B5397D

Color information

#B5397D (or 0xB5397D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and 7D. RGB value is (181,57,125). Sum of RGB (Red+Green+Blue) = 181+57+125=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5397D is #4AC682. Grayscale: #656565. Windows color (decimal): -4900483 or 8206773. OLE color: 8206773.

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

Color convert

RGB18157125-
CMYK00.690.310.29
HSL327.1º52.1%46.67%-
HSV(B)327.1º68.51%70.98%-
XYZ24.2214.2320.87-
YUV101.83141.08184.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=49.86%
G=15.70%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815712500.690.310.29327.152.146.67
HexB5397D0451F1D147342f
Octal26571175010537355076457
Binary101101011110011111101010001011111111101101000111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5397D; }

 p { color: rgb(181,57,125); }

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

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

 a { background-color: rgb(181,57,125); }

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

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

 span { border-color: rgb(181,57,125); }

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