Html Css Color HEX #BE397C Medium Red Violet

📋 copy color: '#BE397C'

red 190 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #BE397C

Tints of Medium Red Violet #BE397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 51.21%
G = 15.36%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE397C (or 0xBE397C) is known color: Medium Red Violet. HEX triplet: BE, 39 and 7C. RGB value is (190,57,124). Sum of RGB (Red+Green+Blue) = 190+57+124=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE397C is #41C683. Grayscale: #686868. Windows color (decimal): -4310660 or 8141246. OLE color: 8141246.

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

Color convert

RGB 190 57 124 -
CMYK 0 0.7 0.35 0.25
HSL 329.77º 0.54% 0.48% -
HSV(B) 329.77º 0.7% 0.75% -
XYZ 26.34 15.33 20.64 -
YUV 104.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 190 57 124 0 0.7 0.35 0.25 329.77 0.54 0.48
Hex BE 39 7C 0 46 23 19 14A 36 30
Octal 276 71 174 0 106 43 31 512 66 60
Binary 10111110 111001 1111100 0 1000110 100011 11001 101001010 110110 110000

Color Harmonies of #BE397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE397C

Black with #BE397C

Text Example


Text Example

White with #BE397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE397C; }

 p { color: rgb(190,57,124); }

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

background-color css

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

 a { background-color: rgb(190,57,124); }

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

border-color css

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

 span { border-color: rgb(190,57,124); }

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