Html Css Color HEX #BE4080 Medium Red Violet

📋 copy color: '#BE4080'

red 190 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #BE4080

Tints of Medium Red Violet #BE4080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 49.74%
G = 16.75%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE4080 (or 0xBE4080) is known color: Medium Red Violet. HEX triplet: BE, 40 and 80. RGB value is (190,64,128). Sum of RGB (Red+Green+Blue) = 190+64+128=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4080 is #41BF7F. Grayscale: #6C6C6C. Windows color (decimal): -4308864 or 8405182. OLE color: 8405182.

HSL color Cylindrical-coordinate representation of color #BE4080: hue angle of 329.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4080 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 64 128 -
CMYK 0 0.66 0.33 0.25
HSL 329.52º 0.5% 0.5% -
HSV(B) 329.52º 0.66% 0.75% -
XYZ 26.96 16.17 22.12 -
YUV 108.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 190 64 128 0 0.66 0.33 0.25 329.52 0.5 0.5
Hex BE 40 80 0 42 21 19 14A 32 32
Octal 276 100 200 0 102 41 31 512 62 62
Binary 10111110 1000000 10000000 0 1000010 100001 11001 101001010 110010 110010

Color Harmonies of #BE4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4080

Black with #BE4080

Text Example


Text Example

White with #BE4080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4080; }

 p { color: rgb(190,64,128); }

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

background-color css

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

 a { background-color: rgb(190,64,128); }

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

border-color css

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

 span { border-color: rgb(190,64,128); }

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