Html Css Color HEX #BE397F Medium Red Violet

📋 copy color: '#BE397F'

red 190 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #BE397F

Tints of Medium Red Violet #BE397F

RGB

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

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

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

R = 50.8%
G = 15.24%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE397F (or 0xBE397F) is known color: Medium Red Violet. HEX triplet: BE, 39 and 7F. RGB value is (190,57,127). Sum of RGB (Red+Green+Blue) = 190+57+127=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE397F is #41C680. Grayscale: #686868. Windows color (decimal): -4310657 or 8337854. OLE color: 8337854.

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

Color convert

RGB 190 57 127 -
CMYK 0 0.7 0.33 0.25
HSL 328.42º 0.54% 0.48% -
HSV(B) 328.42º 0.7% 0.75% -
XYZ 26.53 15.41 21.65 -
YUV 104.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 190 57 127 0 0.7 0.33 0.25 328.42 0.54 0.48
Hex BE 39 7F 0 46 21 19 148 36 30
Octal 276 71 177 0 106 41 31 510 66 60
Binary 10111110 111001 1111111 0 1000110 100001 11001 101001000 110110 110000

Color Harmonies of #BE397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE397F

Black with #BE397F

Text Example


Text Example

White with #BE397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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