#BE3C94

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

Shades of Medium Red Violet #BE3C94

Tints of Medium Red Violet #BE3C94

Color information

#BE3C94 (or 0xBE3C94) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3C and 94. RGB value is (190,60,148). Sum of RGB (Red+Green+Blue) = 190+60+148=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3C94 is #41C36B. Grayscale: #6C6C6C. Windows color (decimal): -4309868 or 9714878. OLE color: 9714878.

HSL color Cylindrical-coordinate representation of color #BE3C94: hue angle of 319.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C94 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19060148-
CMYK00.680.220.25
HSL319.38º52%49.02%-
HSV(B)319.38º68.42%74.51%-
XYZ28.216.3229.68-
YUV108.9150.07185.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=47.74%
G=15.08%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906014800.680.220.25319.385249.02
HexBE3C94044161913f3431
Octal27674224010426314776461
Binary1011111011110010010100010001001011011001100111111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3C94; }

 p { color: rgb(190,60,148); }

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

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

 a { background-color: rgb(190,60,148); }

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

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

 span { border-color: rgb(190,60,148); }

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