#BE2A6D

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

Shades of Medium Red Violet #BE2A6D

Tints of Medium Red Violet #BE2A6D

Color information

#BE2A6D (or 0xBE2A6D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2A and 6D. RGB value is (190,42,109). Sum of RGB (Red+Green+Blue) = 190+42+109=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A6D is #41D592. Grayscale: #5D5D5D. Windows color (decimal): -4314515 or 7154366. OLE color: 7154366.

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

Color convert

RGB19042109-
CMYK00.780.430.25
HSL332.84º63.79%45.49%-
HSV(B)332.84º77.89%74.51%-
XYZ24.8213.7115.81-
YUV93.89136.53196.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=55.72%
G=12.32%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904210900.780.430.25332.8463.7945.49
HexBE2A6D04E2B1914d402d
Octal276521550116533151510055
Binary10111110101010110110101001110101011110011010011011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A6D; }

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

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

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

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

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

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

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

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