#b5319a

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

Shades of Medium Red Violet #B5319A

Tints of Medium Red Violet #B5319A

Color information

#B5319A (or 0xB5319A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 31 and 9A. RGB value is (181,49,154). Sum of RGB (Red+Green+Blue) = 181+49+154=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5319A is #4ACE65. Grayscale: #646464. Windows color (decimal): -4902502 or 10105269. OLE color: 10105269.

HSL color Cylindrical-coordinate representation of color #B5319A: hue angle of 312.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5319A is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18149154-
CMYK00.730.150.29
HSL312.27º57.39%45.1%-
HSV(B)312.27º72.93%70.98%-
XYZ25.9914.3531.97-
YUV100.44158.23185.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 49 (19.53% from 255) = 12.76%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=47.14%
G=12.76%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814915400.730.150.29312.2757.3945.1
HexB5319A049F1D138392d
Octal26561232011117354707155
Binary101101011100011001101001001001111111101100111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5319a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5319a; }

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

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

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

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

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

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

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

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