#be20a3

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

Shades of Medium Violet Red #BE20A3

Tints of Medium Violet Red #BE20A3

Color information

#BE20A3 (or 0xBE20A3) is unknown color: approx Medium Violet Red. HEX triplet: BE, 20 and A3. RGB value is (190,32,163). Sum of RGB (Red+Green+Blue) = 190+32+163=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A3 is #41DF5C. Grayscale: #5D5D5D. Windows color (decimal): -4317021 or 10690750. OLE color: 10690750.

HSL color Cylindrical-coordinate representation of color #BE20A3: hue angle of 310.25º 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 #BE20A3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19032163-
CMYK00.830.140.25
HSL310.25º71.17%43.53%-
HSV(B)310.25º83.16%74.51%-
XYZ28.3614.6235.98-
YUV94.18166.85196.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 32 (12.89% from 255) = 8.31%
BLUE value IS 163 (64.06% from 255) = 42.34%
R=49.35%
G=8.31%
B=42.34%

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
Decimal1903216300.830.140.25310.2571.1743.53
HexBE20A3053E19136472c
Octal276402430123163146610754
Binary1011111010000010100011010100111110110011001101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be20a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be20a3; }

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

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

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

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

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

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

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

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