Html Css Color HEX #BE329B Medium Red Violet

📋 copy color: '#BE329B'

red 190 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #BE329B

Tints of Medium Red Violet #BE329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 48.1%
G = 12.66%
B = 39.24%

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

#BE329B (or 0xBE329B) is known color: Medium Red Violet. HEX triplet: BE, 32 and 9B. RGB value is (190,50,155). Sum of RGB (Red+Green+Blue) = 190+50+155=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE329B is #41CD64. Grayscale: #676767. Windows color (decimal): -4312421 or 10171070. OLE color: 10171070.

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

Color convert

RGB 190 50 155 -
CMYK 0 0.74 0.18 0.25
HSL 315º 0.58% 0.47% -
HSV(B) 315º 0.74% 0.75% -
XYZ 28.29 15.59 32.53 -
YUV 103.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 190 50 155 0 0.74 0.18 0.25 315 0.58 0.47
Hex BE 32 9B 0 4A 12 19 13B 3A 2F
Octal 276 62 233 0 112 22 31 473 72 57
Binary 10111110 110010 10011011 0 1001010 10010 11001 100111011 111010 101111

Color Harmonies of #BE329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE329B

Black with #BE329B

Text Example


Text Example

White with #BE329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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