Html Css Color HEX #BE329C Medium Red Violet

📋 copy color: '#BE329C'

red 190 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #BE329C

Tints of Medium Red Violet #BE329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 47.98%
G = 12.63%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE329C (or 0xBE329C) is known color: Medium Red Violet. HEX triplet: BE, 32 and 9C. RGB value is (190,50,156). Sum of RGB (Red+Green+Blue) = 190+50+156=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE329C is #41CD63. Grayscale: #676767. Windows color (decimal): -4312420 or 10236606. OLE color: 10236606.

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

Color convert

RGB 190 50 156 -
CMYK 0 0.74 0.18 0.25
HSL 314.57º 0.58% 0.47% -
HSV(B) 314.57º 0.74% 0.75% -
XYZ 28.38 15.63 32.97 -
YUV 103.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 190 50 156 0 0.74 0.18 0.25 314.57 0.58 0.47
Hex BE 32 9C 0 4A 12 19 13B 3A 2F
Octal 276 62 234 0 112 22 31 473 72 57
Binary 10111110 110010 10011100 0 1001010 10010 11001 100111011 111010 101111

Color Harmonies of #BE329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE329C

Black with #BE329C

Text Example


Text Example

White with #BE329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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