Html Css Color HEX #BE40EC Medium Orchid

📋 copy color: '#BE40EC'

red 190 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #BE40EC

Tints of Medium Orchid #BE40EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 38.78%
G = 13.06%
B = 48.16%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE40EC (or 0xBE40EC) is known color: Medium Orchid. HEX triplet: BE, 40 and EC. RGB value is (190,64,236). Sum of RGB (Red+Green+Blue) = 190+64+236=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40EC is #41BF13. Grayscale: #787878. Windows color (decimal): -4308756 or 15483070. OLE color: 15483070.

HSL color Cylindrical-coordinate representation of color #BE40EC: hue angle of 283.95º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE40EC is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 64 236 -
CMYK 0.19 0.73 0 0.07
HSL 283.95º 0.82% 0.59% -
HSV(B) 283.95º 0.73% 0.93% -
XYZ 38.21 20.67 81.33 -
YUV 121.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 190 64 236 0.19 0.73 0 0.07 283.95 0.82 0.59
Hex BE 40 EC 13 49 0 7 11C 52 3B
Octal 276 100 354 23 111 0 7 434 122 73
Binary 10111110 1000000 11101100 10011 1001001 0 111 100011100 1010010 111011

Color Harmonies of #BE40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40EC

Black with #BE40EC

Text Example


Text Example

White with #BE40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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