#BE3894

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

Shades of Medium Red Violet #BE3894

Tints of Medium Red Violet #BE3894

Color information

#BE3894 (or 0xBE3894) is unknown color: approx Medium Red Violet. HEX triplet: BE, 38 and 94. RGB value is (190,56,148). Sum of RGB (Red+Green+Blue) = 190+56+148=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3894 is #41C76B. Grayscale: #6A6A6A. Windows color (decimal): -4310892 or 9713854. OLE color: 9713854.

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

Color convert

RGB19056148-
CMYK00.710.220.25
HSL318.81º54.47%48.24%-
HSV(B)318.81º70.53%74.51%-
XYZ27.9915.9129.61-
YUV106.55151.39187.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 56 (22.27% from 255) = 14.21%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=48.22%
G=14.21%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905614800.710.220.25318.8154.4748.24
HexBE3894047161913f3630
Octal27670224010726314776660
Binary1011111011100010010100010001111011011001100111111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3894; }

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

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

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

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

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

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

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

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