Html Css Color HEX #BE40E5 Medium Orchid

📋 copy color: '#BE40E5'

red 190 ◦ green 64 ◦ blue 229

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

Shades of Medium Orchid #BE40E5

Tints of Medium Orchid #BE40E5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 39.34%
G = 13.25%
B = 47.41%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE40E5 (or 0xBE40E5) is known color: Medium Orchid. HEX triplet: BE, 40 and E5. RGB value is (190,64,229). Sum of RGB (Red+Green+Blue) = 190+64+229=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE40E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40E5 is #41BF1A. Grayscale: #777777. Windows color (decimal): -4308763 or 15024318. OLE color: 15024318.

HSL color Cylindrical-coordinate representation of color #BE40E5: hue angle of 285.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE40E5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 64 229 -
CMYK 0.17 0.72 0 0.10
HSL 285.82º 0.76% 0.57% -
HSV(B) 285.82º 0.72% 0.9% -
XYZ 37.21 20.27 76.08 -
YUV 120.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 190 64 229 0.17 0.72 0 0.10 285.82 0.76 0.57
Hex BE 40 E5 11 48 0 A 11E 4C 39
Octal 276 100 345 21 110 0 12 436 114 71
Binary 10111110 1000000 11100101 10001 1001000 0 1010 100011110 1001100 111001

Color Harmonies of #BE40E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40E5

Black with #BE40E5

Text Example


Text Example

White with #BE40E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40E5; }

 p { color: rgb(190,64,229); }

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

background-color css

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

 a { background-color: rgb(190,64,229); }

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

border-color css

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

 span { border-color: rgb(190,64,229); }

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