#B50379

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

Shades of Medium Violet Red #B50379

Tints of Medium Violet Red #B50379

Color information

#B50379 (or 0xB50379) is unknown color: approx Medium Violet Red. HEX triplet: B5, 03 and 79. RGB value is (181,3,121). Sum of RGB (Red+Green+Blue) = 181+3+121=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B50379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50379 is #4AFC86. Grayscale: #454545. Windows color (decimal): -4914311 or 7930805. OLE color: 7930805.

HSL color Cylindrical-coordinate representation of color #B50379: hue angle of 320.22º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50379 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB1813121-
CMYK00.980.330.29
HSL320.22º96.74%36.08%-
HSV(B)320.22º98.34%70.98%-
XYZ22.5411.2719.08-
YUV69.67156.97207.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=59.34%
G=0.98%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181312100.980.330.29320.2296.7436.08
HexB5379062211D1406124
Octal26531710142413550014144
Binary1011010111111100101100010100001111011010000001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50379; }

 p { color: rgb(181,3,121); }

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

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

 a { background-color: rgb(181,3,121); }

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

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

 span { border-color: rgb(181,3,121); }

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