#B5389A

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

Shades of Medium Red Violet #B5389A

Tints of Medium Red Violet #B5389A

Color information

#B5389A (or 0xB5389A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 38 and 9A. RGB value is (181,56,154). Sum of RGB (Red+Green+Blue) = 181+56+154=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5389A is #4AC765. Grayscale: #686868. Windows color (decimal): -4900710 or 10107061. OLE color: 10107061.

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

Color convert

RGB18156154-
CMYK00.690.150.29
HSL312.96º52.74%46.47%-
HSV(B)312.96º69.06%70.98%-
XYZ26.314.9932.08-
YUV104.55155.91182.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=46.29%
G=14.32%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815615400.690.150.29312.9652.7446.47
HexB5389A045F1D139352e
Octal26570232010517354716556
Binary101101011110001001101001000101111111101100111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5389A; }

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

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

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

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

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

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

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

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