#B5397A

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

Shades of Medium Red Violet #B5397A

Tints of Medium Red Violet #B5397A

Color information

#B5397A (or 0xB5397A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and 7A. RGB value is (181,57,122). Sum of RGB (Red+Green+Blue) = 181+57+122=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5397A is #4AC685. Grayscale: #656565. Windows color (decimal): -4900486 or 8010165. OLE color: 8010165.

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

Color convert

RGB18157122-
CMYK00.690.330.29
HSL328.55º52.1%46.67%-
HSV(B)328.55º68.51%70.98%-
XYZ24.0314.1619.88-
YUV101.49139.58184.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=50.28%
G=15.83%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815712200.690.330.29328.5552.146.67
HexB5397A045211D149342f
Octal26571172010541355116457
Binary1011010111100111110100100010110000111101101001001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5397A; }

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

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

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

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

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

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

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

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