#BE2E93

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

Shades of Medium Red Violet #BE2E93

Tints of Medium Red Violet #BE2E93

Color information

#BE2E93 (or 0xBE2E93) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2E and 93. RGB value is (190,46,147). Sum of RGB (Red+Green+Blue) = 190+46+147=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2E93 is #41D16C. Grayscale: #646464. Windows color (decimal): -4313453 or 9645758. OLE color: 9645758.

HSL color Cylindrical-coordinate representation of color #BE2E93: hue angle of 317.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2E93 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19046147-
CMYK00.760.230.25
HSL317.92º61.02%46.27%-
HSV(B)317.92º75.79%74.51%-
XYZ27.4815.0129.05-
YUV100.57154.21191.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 46 (18.36% from 255) = 12.01%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=49.61%
G=12.01%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904614700.760.230.25317.9261.0246.27
HexBE2E9304C171913e3d2e
Octal27656223011427314767556
Binary1011111010111010010011010011001011111001100111110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E93; }

 p { color: rgb(190,46,147); }

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

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

 a { background-color: rgb(190,46,147); }

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

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

 span { border-color: rgb(190,46,147); }

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