#B5159D

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

Shades of Medium Violet Red #B5159D

Tints of Medium Violet Red #B5159D

Color information

#B5159D (or 0xB5159D) is unknown color: approx Medium Violet Red. HEX triplet: B5, 15 and 9D. RGB value is (181,21,157). Sum of RGB (Red+Green+Blue) = 181+21+157=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5159D is #4AEA62. Grayscale: #535353. Windows color (decimal): -4909667 or 10294709. OLE color: 10294709.

HSL color Cylindrical-coordinate representation of color #B5159D: hue angle of 309º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5159D is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18121157-
CMYK00.880.130.29
HSL309º79.21%39.61%-
HSV(B)309º88.4%70.98%-
XYZ25.4112.7933.03-
YUV84.34169.01196.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 21 (8.59% from 255) = 5.85%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=50.42%
G=5.85%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812115700.880.130.2930979.2139.61
HexB5159D058D1D1354f28
Octal265252350130153546511750
Binary101101011010110011101010110001101111011001101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5159D; }

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

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

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

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

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

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

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

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