#B20479

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

Shades of Medium Violet Red #B20479

Tints of Medium Violet Red #B20479

Color information

#B20479 (or 0xB20479) is unknown color: approx Medium Violet Red. HEX triplet: B2, 04 and 79. RGB value is (178,4,121). Sum of RGB (Red+Green+Blue) = 178+4+121=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B20479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20479 is #4DFB86. Grayscale: #454545. Windows color (decimal): -5110663 or 7931058. OLE color: 7931058.

HSL color Cylindrical-coordinate representation of color #B20479: hue angle of 319.66º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20479 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB1784121-
CMYK00.980.320.30
HSL319.66º95.6%35.69%-
HSV(B)319.66º97.75%69.8%-
XYZ21.8510.9319.05-
YUV69.36157.15205.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=58.75%
G=1.32%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178412100.980.320.30319.6695.635.69
HexB2479062201E1406024
Octal26241710142403650014044
Binary10110010100111100101100010100000111101010000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20479; }

 p { color: rgb(178,4,121); }

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

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

 a { background-color: rgb(178,4,121); }

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

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

 span { border-color: rgb(178,4,121); }

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