Html Css Color HEX #BE379F Medium Red Violet

📋 copy color: '#BE379F'

red 190 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #BE379F

Tints of Medium Red Violet #BE379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 47.03%
G = 13.61%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE379F (or 0xBE379F) is known color: Medium Red Violet. HEX triplet: BE, 37 and 9F. RGB value is (190,55,159). Sum of RGB (Red+Green+Blue) = 190+55+159=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE379F is #41C860. Grayscale: #6A6A6A. Windows color (decimal): -4311137 or 10434494. OLE color: 10434494.

HSL color Cylindrical-coordinate representation of color #BE379F: hue angle of 313.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE379F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 159 -
CMYK 0 0.71 0.16 0.25
HSL 313.78º 0.55% 0.48% -
HSV(B) 313.78º 0.71% 0.75% -
XYZ 28.86 16.18 34.4 -
YUV 107.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 190 55 159 0 0.71 0.16 0.25 313.78 0.55 0.48
Hex BE 37 9F 0 47 10 19 13A 37 30
Octal 276 67 237 0 107 20 31 472 67 60
Binary 10111110 110111 10011111 0 1000111 10000 11001 100111010 110111 110000

Color Harmonies of #BE379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE379F

Black with #BE379F

Text Example


Text Example

White with #BE379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE379F; }

 p { color: rgb(190,55,159); }

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

background-color css

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

 a { background-color: rgb(190,55,159); }

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

border-color css

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

 span { border-color: rgb(190,55,159); }

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