#BE3993

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

Shades of Medium Red Violet #BE3993

Tints of Medium Red Violet #BE3993

Color information

#BE3993 (or 0xBE3993) is unknown color: approx Medium Red Violet. HEX triplet: BE, 39 and 93. RGB value is (190,57,147). Sum of RGB (Red+Green+Blue) = 190+57+147=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3993 is #41C66C. Grayscale: #6A6A6A. Windows color (decimal): -4310637 or 9648574. OLE color: 9648574.

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

Color convert

RGB19057147-
CMYK00.70.230.25
HSL319.4º53.85%48.43%-
HSV(B)319.4º70%74.51%-
XYZ27.9615.9829.21-
YUV107.03150.56187.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=48.22%
G=14.47%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905714700.70.230.25319.453.8548.43
HexBE3993046171913f3630
Octal27671223010627314776660
Binary1011111011100110010011010001101011111001100111111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3993; }

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

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

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

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

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

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

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

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