#B5139D

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

Shades of Medium Violet Red #B5139D

Tints of Medium Violet Red #B5139D

Color information

#B5139D (or 0xB5139D) is unknown color: approx Medium Violet Red. HEX triplet: B5, 13 and 9D. RGB value is (181,19,157). Sum of RGB (Red+Green+Blue) = 181+19+157=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5139D is #4AEC62. Grayscale: #525252. Windows color (decimal): -4910179 or 10294197. OLE color: 10294197.

HSL color Cylindrical-coordinate representation of color #B5139D: hue angle of 308.89º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5139D is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18119157-
CMYK00.900.130.29
HSL308.89º81%39.22%-
HSV(B)308.89º89.5%70.98%-
XYZ25.3712.7233.02-
YUV83.17169.67197.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 19 (7.81% from 255) = 5.32%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=50.70%
G=5.32%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811915700.900.130.29308.898139.22
HexB5139D05AD1D1355127
Octal265232350132153546512147
Binary101101011001110011101010110101101111011001101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5139D; }

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

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

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

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

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

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

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

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