#B5139B

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

Shades of Medium Violet Red #B5139B

Tints of Medium Violet Red #B5139B

Color information

#B5139B (or 0xB5139B) is unknown color: approx Medium Violet Red. HEX triplet: B5, 13 and 9B. RGB value is (181,19,155). Sum of RGB (Red+Green+Blue) = 181+19+155=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5139B is #4AEC64. Grayscale: #525252. Windows color (decimal): -4910181 or 10163125. OLE color: 10163125.

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

Color convert

RGB18119155-
CMYK00.900.140.29
HSL309.63º81%39.22%-
HSV(B)309.63º89.5%70.98%-
XYZ25.2112.6632.12-
YUV82.94168.67197.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 19 (7.81% from 255) = 5.35%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=50.99%
G=5.35%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811915500.900.140.29309.638139.22
HexB5139B05AE1D1365127
Octal265232330132163546612147
Binary101101011001110011011010110101110111011001101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5139B; }

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

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

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

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

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

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

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

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