Html Css Color HEX #BE398D Medium Red Violet

📋 copy color: '#BE398D'

red 190 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #BE398D

Tints of Medium Red Violet #BE398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 48.97%
G = 14.69%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE398D (or 0xBE398D) is known color: Medium Red Violet. HEX triplet: BE, 39 and 8D. RGB value is (190,57,141). Sum of RGB (Red+Green+Blue) = 190+57+141=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE398D is #41C672. Grayscale: #6A6A6A. Windows color (decimal): -4310643 or 9255358. OLE color: 9255358.

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

Color convert

RGB 190 57 141 -
CMYK 0 0.7 0.26 0.25
HSL 322.11º 0.54% 0.48% -
HSV(B) 322.11º 0.7% 0.75% -
XYZ 27.51 15.8 26.8 -
YUV 106.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 190 57 141 0 0.7 0.26 0.25 322.11 0.54 0.48
Hex BE 39 8D 0 46 1A 19 142 36 30
Octal 276 71 215 0 106 32 31 502 66 60
Binary 10111110 111001 10001101 0 1000110 11010 11001 101000010 110110 110000

Color Harmonies of #BE398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE398D

Black with #BE398D

Text Example


Text Example

White with #BE398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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