Html Css Color HEX #BE328D Medium Red Violet

📋 copy color: '#BE328D'

red 190 ◦ green 50 ◦ blue 141

#BE328D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BE328D

Tints of Medium Red Violet #BE328D

RGB

 RED value IS 190 (74.61% from 255) = 49.87%

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 49.87%
G = 13.12%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE328D (or 0xBE328D) is known color: Medium Red Violet. HEX triplet: BE, 32 and 8D. RGB value is (190,50,141). Sum of RGB (Red+Green+Blue) = 190+50+141=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE328D is #41CD72. Grayscale: #666666. Windows color (decimal): -4312435 or 9253566. OLE color: 9253566.

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

Color convert

RGB 190 50 141 -
CMYK 0 0.74 0.26 0.25
HSL 321º 0.58% 0.47% -
HSV(B) 321º 0.74% 0.75% -
XYZ 27.18 15.15 26.69 -
YUV 102.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 190 50 141 0 0.74 0.26 0.25 321 0.58 0.47
Hex BE 32 8D 0 4A 1A 19 141 3A 2F
Octal 276 62 215 0 112 32 31 501 72 57
Binary 10111110 110010 10001101 0 1001010 11010 11001 101000001 111010 101111

Color Harmonies of #BE328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE328D

Black with #BE328D

Text Example


Text Example

White with #BE328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE328D; }

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

 H1.HeaderClassName
 {
   color: #BE328D;
 }
 .AnyTagClassName
 {
   color: #BE328D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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