Html Css Color HEX #BE41E6 Medium Orchid

📋 copy color: '#BE41E6'

red 190 ◦ green 65 ◦ blue 230

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

Shades of Medium Orchid #BE41E6

Tints of Medium Orchid #BE41E6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.4%

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 39.18%
G = 13.4%
B = 47.42%

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

#BE41E6 (or 0xBE41E6) is known color: Medium Orchid. HEX triplet: BE, 41 and E6. RGB value is (190,65,230). Sum of RGB (Red+Green+Blue) = 190+65+230=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE41E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41E6 is #41BE19. Grayscale: #787878. Windows color (decimal): -4308506 or 15090110. OLE color: 15090110.

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

Color convert

RGB 190 65 230 -
CMYK 0.17 0.72 0 0.10
HSL 285.45º 0.77% 0.58% -
HSV(B) 285.45º 0.72% 0.9% -
XYZ 37.41 20.44 76.84 -
YUV 121.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 190 65 230 0.17 0.72 0 0.10 285.45 0.77 0.58
Hex BE 41 E6 11 48 0 A 11D 4D 3A
Octal 276 101 346 21 110 0 12 435 115 72
Binary 10111110 1000001 11100110 10001 1001000 0 1010 100011101 1001101 111010

Color Harmonies of #BE41E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41E6

Black with #BE41E6

Text Example


Text Example

White with #BE41E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41E6; }

 p { color: rgb(190,65,230); }

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

background-color css

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

 a { background-color: rgb(190,65,230); }

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

border-color css

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

 span { border-color: rgb(190,65,230); }

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