#BE3881

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

Shades of Medium Red Violet #BE3881

Tints of Medium Red Violet #BE3881

Color information

#BE3881 (or 0xBE3881) is unknown color: approx Medium Red Violet. HEX triplet: BE, 38 and 81. RGB value is (190,56,129). Sum of RGB (Red+Green+Blue) = 190+56+129=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3881 is #41C77E. Grayscale: #686868. Windows color (decimal): -4310911 or 8468670. OLE color: 8468670.

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

Color convert

RGB19056129-
CMYK00.710.320.25
HSL327.31º54.47%48.24%-
HSV(B)327.31º70.53%74.51%-
XYZ26.6115.3622.33-
YUV104.39141.89189.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=50.67%
G=14.93%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905612900.710.320.25327.3154.4748.24
HexBE388104720191473630
Octal27670201010740315076660
Binary10111110111000100000010100011110000011001101000111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3881; }

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

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

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

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

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

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

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

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