#BE328A

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

Shades of Medium Red Violet #BE328A

Tints of Medium Red Violet #BE328A

Color information

#BE328A (or 0xBE328A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 32 and 8A. RGB value is (190,50,138). Sum of RGB (Red+Green+Blue) = 190+50+138=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE328A is #41CD75. Grayscale: #656565. Windows color (decimal): -4312438 or 9056958. OLE color: 9056958.

HSL color Cylindrical-coordinate representation of color #BE328A: hue angle of 322.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE328A is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19050138-
CMYK00.740.270.25
HSL322.29º58.33%47.06%-
HSV(B)322.29º73.68%74.51%-
XYZ26.9615.0625.53-
YUV101.89148.38190.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 50 (19.92% from 255) = 13.23%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=50.26%
G=13.23%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905013800.740.270.25322.2958.3347.06
HexBE328A04A1B191423a2f
Octal27662212011233315027257
Binary1011111011001010001010010010101101111001101000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE328A; }

 p { color: rgb(190,50,138); }

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

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

 a { background-color: rgb(190,50,138); }

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

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

 span { border-color: rgb(190,50,138); }

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