Html Css Color HEX #BE329A Medium Red Violet

📋 copy color: '#BE329A'

red 190 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #BE329A

Tints of Medium Red Violet #BE329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 48.22%
G = 12.69%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE329A (or 0xBE329A) is known color: Medium Red Violet. HEX triplet: BE, 32 and 9A. RGB value is (190,50,154). Sum of RGB (Red+Green+Blue) = 190+50+154=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE329A is #41CD65. Grayscale: #676767. Windows color (decimal): -4312422 or 10105534. OLE color: 10105534.

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

Color convert

RGB 190 50 154 -
CMYK 0 0.74 0.19 0.25
HSL 315.43º 0.58% 0.47% -
HSV(B) 315.43º 0.74% 0.75% -
XYZ 28.21 15.56 32.09 -
YUV 103.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 190 50 154 0 0.74 0.19 0.25 315.43 0.58 0.47
Hex BE 32 9A 0 4A 13 19 13B 3A 2F
Octal 276 62 232 0 112 23 31 473 72 57
Binary 10111110 110010 10011010 0 1001010 10011 11001 100111011 111010 101111

Color Harmonies of #BE329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE329A

Black with #BE329A

Text Example


Text Example

White with #BE329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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