#B5379D

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

Shades of Medium Red Violet #B5379D

Tints of Medium Red Violet #B5379D

Color information

#B5379D (or 0xB5379D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and 9D. RGB value is (181,55,157). Sum of RGB (Red+Green+Blue) = 181+55+157=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5379D is #4AC862. Grayscale: #686868. Windows color (decimal): -4900963 or 10303413. OLE color: 10303413.

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

Color convert

RGB18155157-
CMYK00.700.130.29
HSL311.43º53.39%46.27%-
HSV(B)311.43º69.61%70.98%-
XYZ26.5114.9933.39-
YUV104.3157.74182.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=46.06%
G=13.99%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815515700.700.130.29311.4353.3946.27
HexB5379D046D1D137352e
Octal26567235010615354676556
Binary101101011101111001110101000110110111101100110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5379D; }

 p { color: rgb(181,55,157); }

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

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

 a { background-color: rgb(181,55,157); }

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

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

 span { border-color: rgb(181,55,157); }

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