Html Css Color HEX #BE377D Medium Red Violet

📋 copy color: '#BE377D'

red 190 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #BE377D

Tints of Medium Red Violet #BE377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 51.35%
G = 14.86%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE377D (or 0xBE377D) is known color: Medium Red Violet. HEX triplet: BE, 37 and 7D. RGB value is (190,55,125). Sum of RGB (Red+Green+Blue) = 190+55+125=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE377D is #41C882. Grayscale: #676767. Windows color (decimal): -4311171 or 8206270. OLE color: 8206270.

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

Color convert

RGB 190 55 125 -
CMYK 0 0.71 0.34 0.25
HSL 328.89º 0.55% 0.48% -
HSV(B) 328.89º 0.71% 0.75% -
XYZ 26.3 15.16 20.94 -
YUV 103.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 190 55 125 0 0.71 0.34 0.25 328.89 0.55 0.48
Hex BE 37 7D 0 47 22 19 149 37 30
Octal 276 67 175 0 107 42 31 511 67 60
Binary 10111110 110111 1111101 0 1000111 100010 11001 101001001 110111 110000

Color Harmonies of #BE377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE377D

Black with #BE377D

Text Example


Text Example

White with #BE377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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