Html Css Color HEX #BE378C Medium Red Violet

📋 copy color: '#BE378C'

red 190 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #BE378C

Tints of Medium Red Violet #BE378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 49.35%
G = 14.29%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE378C (or 0xBE378C) is known color: Medium Red Violet. HEX triplet: BE, 37 and 8C. RGB value is (190,55,140). Sum of RGB (Red+Green+Blue) = 190+55+140=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE378C is #41C873. Grayscale: #686868. Windows color (decimal): -4311156 or 9189310. OLE color: 9189310.

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

Color convert

RGB 190 55 140 -
CMYK 0 0.71 0.26 0.25
HSL 322.22º 0.55% 0.48% -
HSV(B) 322.22º 0.71% 0.75% -
XYZ 27.34 15.57 26.38 -
YUV 105.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 190 55 140 0 0.71 0.26 0.25 322.22 0.55 0.48
Hex BE 37 8C 0 47 1A 19 142 37 30
Octal 276 67 214 0 107 32 31 502 67 60
Binary 10111110 110111 10001100 0 1000111 11010 11001 101000010 110111 110000

Color Harmonies of #BE378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE378C

Black with #BE378C

Text Example


Text Example

White with #BE378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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