#B20591

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

Shades of Medium Violet Red #B20591

Tints of Medium Violet Red #B20591

Color information

#B20591 (or 0xB20591) is unknown color: approx Medium Violet Red. HEX triplet: B2, 05 and 91. RGB value is (178,5,145). Sum of RGB (Red+Green+Blue) = 178+5+145=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20591 is #4DFA6E. Grayscale: #484848. Windows color (decimal): -5110383 or 9504178. OLE color: 9504178.

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

Color convert

RGB1785145-
CMYK00.970.190.30
HSL311.45º94.54%35.88%-
HSV(B)311.45º97.19%69.8%-
XYZ23.5311.6227.79-
YUV72.69168.81203.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=54.27%
G=1.52%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178514500.970.190.30311.4594.5435.88
HexB2591061131E1375f24
Octal26252210141233646713744
Binary10110010101100100010110000110011111101001101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20591; }

 p { color: rgb(178,5,145); }

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

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

 a { background-color: rgb(178,5,145); }

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

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

 span { border-color: rgb(178,5,145); }

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