Html Css Color HEX #BE377F Medium Red Violet

📋 copy color: '#BE377F'

red 190 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #BE377F

Tints of Medium Red Violet #BE377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.14%

R = 51.08%
G = 14.78%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE377F (or 0xBE377F) is known color: Medium Red Violet. HEX triplet: BE, 37 and 7F. RGB value is (190,55,127). Sum of RGB (Red+Green+Blue) = 190+55+127=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE377F is #41C880. Grayscale: #676767. Windows color (decimal): -4311169 or 8337342. OLE color: 8337342.

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

Color convert

RGB 190 55 127 -
CMYK 0 0.71 0.33 0.25
HSL 328º 0.55% 0.48% -
HSV(B) 328º 0.71% 0.75% -
XYZ 26.43 15.21 21.62 -
YUV 103.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 190 55 127 0 0.71 0.33 0.25 328 0.55 0.48
Hex BE 37 7F 0 47 21 19 148 37 30
Octal 276 67 177 0 107 41 31 510 67 60
Binary 10111110 110111 1111111 0 1000111 100001 11001 101001000 110111 110000

Color Harmonies of #BE377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE377F

Black with #BE377F

Text Example


Text Example

White with #BE377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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