Html Css Color HEX #BE2590 Medium Red Violet

📋 copy color: '#BE2590'

red 190 ◦ green 37 ◦ blue 144

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

Shades of Medium Red Violet #BE2590

Tints of Medium Red Violet #BE2590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.97%

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

R = 51.21%
G = 9.97%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE2590 (or 0xBE2590) is known color: Medium Red Violet. HEX triplet: BE, 25 and 90. RGB value is (190,37,144). Sum of RGB (Red+Green+Blue) = 190+37+144=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2590 is #41DA6F. Grayscale: #5E5E5E. Windows color (decimal): -4315760 or 9446846. OLE color: 9446846.

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

Color convert

RGB 190 37 144 -
CMYK 0 0.81 0.24 0.25
HSL 318.04º 0.67% 0.45% -
HSV(B) 318.04º 0.81% 0.75% -
XYZ 26.93 14.28 27.72 -
YUV 94.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 190 37 144 0 0.81 0.24 0.25 318.04 0.67 0.45
Hex BE 25 90 0 51 18 19 13E 43 2D
Octal 276 45 220 0 121 30 31 476 103 55
Binary 10111110 100101 10010000 0 1010001 11000 11001 100111110 1000011 101101

Color Harmonies of #BE2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2590

Black with #BE2590

Text Example


Text Example

White with #BE2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2590; }

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

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

background-color css

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

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

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

border-color css

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

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

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