Html Css Color HEX #BE329D Medium Red Violet

📋 copy color: '#BE329D'

red 190 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #BE329D

Tints of Medium Red Violet #BE329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 47.86%
G = 12.59%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE329D (or 0xBE329D) is known color: Medium Red Violet. HEX triplet: BE, 32 and 9D. RGB value is (190,50,157). Sum of RGB (Red+Green+Blue) = 190+50+157=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE329D is #41CD62. Grayscale: #676767. Windows color (decimal): -4312419 or 10302142. OLE color: 10302142.

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

Color convert

RGB 190 50 157 -
CMYK 0 0.74 0.17 0.25
HSL 314.14º 0.58% 0.47% -
HSV(B) 314.14º 0.74% 0.75% -
XYZ 28.46 15.66 33.42 -
YUV 104.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 190 50 157 0 0.74 0.17 0.25 314.14 0.58 0.47
Hex BE 32 9D 0 4A 11 19 13A 3A 2F
Octal 276 62 235 0 112 21 31 472 72 57
Binary 10111110 110010 10011101 0 1001010 10001 11001 100111010 111010 101111

Color Harmonies of #BE329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE329D

Black with #BE329D

Text Example


Text Example

White with #BE329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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