#BE2A9C

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

Shades of Medium Red Violet #BE2A9C

Tints of Medium Red Violet #BE2A9C

Color information

#BE2A9C (or 0xBE2A9C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2A and 9C. RGB value is (190,42,156). Sum of RGB (Red+Green+Blue) = 190+42+156=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A9C is #41D563. Grayscale: #626262. Windows color (decimal): -4314468 or 10234558. OLE color: 10234558.

HSL color Cylindrical-coordinate representation of color #BE2A9C: hue angle of 313.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A9C is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19042156-
CMYK00.780.180.25
HSL313.78º63.79%45.49%-
HSV(B)313.78º77.89%74.51%-
XYZ28.061532.87-
YUV99.25160.03192.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 42 (16.80% from 255) = 10.82%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=48.97%
G=10.82%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904215600.780.180.25313.7863.7945.49
HexBE2A9C04E121913a402d
Octal276522340116223147210055
Binary10111110101010100111000100111010010110011001110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A9C; }

 p { color: rgb(190,42,156); }

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

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

 a { background-color: rgb(190,42,156); }

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

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

 span { border-color: rgb(190,42,156); }

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