#B5319E

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

Shades of Medium Red Violet #B5319E

Tints of Medium Red Violet #B5319E

Color information

#B5319E (or 0xB5319E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 31 and 9E. RGB value is (181,49,158). Sum of RGB (Red+Green+Blue) = 181+49+158=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5319E is #4ACE61. Grayscale: #646464. Windows color (decimal): -4902498 or 10367413. OLE color: 10367413.

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

Color convert

RGB18149158-
CMYK00.730.130.29
HSL310.45º57.39%45.1%-
HSV(B)310.45º72.93%70.98%-
XYZ26.3314.4933.76-
YUV100.89160.23185.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 49 (19.53% from 255) = 12.63%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=46.65%
G=12.63%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814915800.730.130.29310.4557.3945.1
HexB5319E049D1D136392d
Octal26561236011115354667155
Binary101101011100011001111001001001110111101100110110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5319E; }

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

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

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

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

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

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

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

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