Html Css Color HEX #BE2580 Medium Red Violet

📋 copy color: '#BE2580'

red 190 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #BE2580

Tints of Medium Red Violet #BE2580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 53.52%
G = 10.42%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE2580 (or 0xBE2580) is known color: Medium Red Violet. HEX triplet: BE, 25 and 80. RGB value is (190,37,128). Sum of RGB (Red+Green+Blue) = 190+37+128=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2580 is #41DA7F. Grayscale: #5C5C5C. Windows color (decimal): -4315776 or 8398270. OLE color: 8398270.

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

Color convert

RGB 190 37 128 -
CMYK 0 0.81 0.33 0.25
HSL 324.31º 0.67% 0.45% -
HSV(B) 324.31º 0.81% 0.75% -
XYZ 25.79 13.83 21.73 -
YUV 93.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 190 37 128 0 0.81 0.33 0.25 324.31 0.67 0.45
Hex BE 25 80 0 51 21 19 144 43 2D
Octal 276 45 200 0 121 41 31 504 103 55
Binary 10111110 100101 10000000 0 1010001 100001 11001 101000100 1000011 101101

Color Harmonies of #BE2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2580

Black with #BE2580

Text Example


Text Example

White with #BE2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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