Html Css Color HEX #BE2990 Medium Red Violet

📋 copy color: '#BE2990'

red 190 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #BE2990

Tints of Medium Red Violet #BE2990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 50.67%
G = 10.93%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE2990 (or 0xBE2990) is known color: Medium Red Violet. HEX triplet: BE, 29 and 90. RGB value is (190,41,144). Sum of RGB (Red+Green+Blue) = 190+41+144=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2990 is #41D66F. Grayscale: #616161. Windows color (decimal): -4314736 or 9447870. OLE color: 9447870.

HSL color Cylindrical-coordinate representation of color #BE2990: hue angle of 318.52º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2990 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 144 -
CMYK 0 0.78 0.24 0.25
HSL 318.52º 0.65% 0.45% -
HSV(B) 318.52º 0.78% 0.75% -
XYZ 27.06 14.55 27.77 -
YUV 97.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 190 41 144 0 0.78 0.24 0.25 318.52 0.65 0.45
Hex BE 29 90 0 4E 18 19 13F 41 2D
Octal 276 51 220 0 116 30 31 477 101 55
Binary 10111110 101001 10010000 0 1001110 11000 11001 100111111 1000001 101101

Color Harmonies of #BE2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2990

Black with #BE2990

Text Example


Text Example

White with #BE2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2990; }

 p { color: rgb(190,41,144); }

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

background-color css

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

 a { background-color: rgb(190,41,144); }

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

border-color css

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

 span { border-color: rgb(190,41,144); }

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