#B5389E

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

Shades of Medium Red Violet #B5389E

Tints of Medium Red Violet #B5389E

Color information

#B5389E (or 0xB5389E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 38 and 9E. RGB value is (181,56,158). Sum of RGB (Red+Green+Blue) = 181+56+158=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5389E is #4AC761. Grayscale: #686868. Windows color (decimal): -4900706 or 10369205. OLE color: 10369205.

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

Color convert

RGB18156158-
CMYK00.690.130.29
HSL311.04º52.74%46.47%-
HSV(B)311.04º69.06%70.98%-
XYZ26.6415.1233.86-
YUV105157.91182.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 158 (62.11% from 255) = 40%
R=45.82%
G=14.18%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815615800.690.130.29311.0452.7446.47
HexB5389E045D1D137352e
Octal26570236010515354676556
Binary101101011110001001111001000101110111101100110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5389E; }

 p { color: rgb(181,56,158); }

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

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

 a { background-color: rgb(181,56,158); }

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

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

 span { border-color: rgb(181,56,158); }

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