Html Css Color HEX #BE31E1 Medium Orchid

📋 copy color: '#BE31E1'

red 190 ◦ green 49 ◦ blue 225

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

Shades of Medium Orchid #BE31E1

Tints of Medium Orchid #BE31E1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.56%

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 40.95%
G = 10.56%
B = 48.49%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE31E1 (or 0xBE31E1) is known color: Medium Orchid. HEX triplet: BE, 31 and E1. RGB value is (190,49,225). Sum of RGB (Red+Green+Blue) = 190+49+225=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE31E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31E1 is #41CE1E. Grayscale: #6E6E6E. Windows color (decimal): -4312607 or 14758334. OLE color: 14758334.

HSL color Cylindrical-coordinate representation of color #BE31E1: hue angle of 288.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE31E1 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 49 225 -
CMYK 0.16 0.78 0 0.12
HSL 288.07º 0.75% 0.54% -
HSV(B) 288.07º 0.78% 0.88% -
XYZ 35.92 18.58 72.93 -
YUV 111.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 190 49 225 0.16 0.78 0 0.12 288.07 0.75 0.54
Hex BE 31 E1 10 4E 0 C 120 4B 36
Octal 276 61 341 20 116 0 14 440 113 66
Binary 10111110 110001 11100001 10000 1001110 0 1100 100100000 1001011 110110

Color Harmonies of #BE31E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31E1

Black with #BE31E1

Text Example


Text Example

White with #BE31E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31E1; }

 p { color: rgb(190,49,225); }

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

background-color css

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

 a { background-color: rgb(190,49,225); }

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

border-color css

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

 span { border-color: rgb(190,49,225); }

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