#b20a85

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

Shades of Medium Violet Red #B20A85

Tints of Medium Violet Red #B20A85

Color information

#B20A85 (or 0xB20A85) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0A and 85. RGB value is (178,10,133). Sum of RGB (Red+Green+Blue) = 178+10+133=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A85 is #4DF57A. Grayscale: #494949. Windows color (decimal): -5109115 or 8719026. OLE color: 8719026.

HSL color Cylindrical-coordinate representation of color #B20A85: hue angle of 316.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A85 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17810133-
CMYK00.940.250.30
HSL316.07º89.36%36.86%-
HSV(B)316.07º94.38%69.8%-
XYZ22.711.3823.19-
YUV74.25161.16202-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 10 (4.30% from 255) = 3.12%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=55.45%
G=3.12%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781013300.940.250.30316.0789.3636.86
HexB2A8505E191E13c5925
Octal262122050136313647413145
Binary101100101010100001010101111011001111101001111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20a85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20a85; }

 p { color: rgb(178,10,133); }

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

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

 a { background-color: rgb(178,10,133); }

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

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

 span { border-color: rgb(178,10,133); }

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