Html Css Color HEX #BE397D Medium Red Violet

📋 copy color: '#BE397D'

red 190 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #BE397D

Tints of Medium Red Violet #BE397D

RGB

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

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

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

R = 51.08%
G = 15.32%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE397D (or 0xBE397D) is known color: Medium Red Violet. HEX triplet: BE, 39 and 7D. RGB value is (190,57,125). Sum of RGB (Red+Green+Blue) = 190+57+125=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE397D is #41C682. Grayscale: #686868. Windows color (decimal): -4310659 or 8206782. OLE color: 8206782.

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

Color convert

RGB 190 57 125 -
CMYK 0 0.7 0.34 0.25
HSL 329.32º 0.54% 0.48% -
HSV(B) 329.32º 0.7% 0.75% -
XYZ 26.4 15.35 20.97 -
YUV 104.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 190 57 125 0 0.7 0.34 0.25 329.32 0.54 0.48
Hex BE 39 7D 0 46 22 19 149 36 30
Octal 276 71 175 0 106 42 31 511 66 60
Binary 10111110 111001 1111101 0 1000110 100010 11001 101001001 110110 110000

Color Harmonies of #BE397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE397D

Black with #BE397D

Text Example


Text Example

White with #BE397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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