#BE20A4

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

Shades of Medium Violet Red #BE20A4

Tints of Medium Violet Red #BE20A4

Color information

#BE20A4 (or 0xBE20A4) is unknown color: approx Medium Violet Red. HEX triplet: BE, 20 and A4. RGB value is (190,32,164). Sum of RGB (Red+Green+Blue) = 190+32+164=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A4 is #41DF5B. Grayscale: #5D5D5D. Windows color (decimal): -4317020 or 10756286. OLE color: 10756286.

HSL color Cylindrical-coordinate representation of color #BE20A4: hue angle of 309.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE20A4 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19032164-
CMYK00.830.140.25
HSL309.87º71.17%43.53%-
HSV(B)309.87º83.16%74.51%-
XYZ28.4514.6636.45-
YUV94.29167.35196.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 32 (12.89% from 255) = 8.29%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=49.22%
G=8.29%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903216400.830.140.25309.8771.1743.53
HexBE20A4053E19136472c
Octal276402440123163146610754
Binary1011111010000010100100010100111110110011001101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE20A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE20A4; }

 p { color: rgb(190,32,164); }

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

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

 a { background-color: rgb(190,32,164); }

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

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

 span { border-color: rgb(190,32,164); }

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