Html Css Color HEX #BE4EFF Medium Orchid

📋 copy color: '#BE4EFF'

red 190 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #BE4EFF

Tints of Medium Orchid #BE4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.91%

 BLUE value IS 255 (100% from 255) = 48.76%

R = 36.33%
G = 14.91%
B = 48.76%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE4EFF (or 0xBE4EFF) is known color: Medium Orchid. HEX triplet: BE, 4E and FF. RGB value is (190,78,255). Sum of RGB (Red+Green+Blue) = 190+78+255=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EFF is #41B100. Grayscale: #838383. Windows color (decimal): -4305153 or 16731838. OLE color: 16731838.

HSL color Cylindrical-coordinate representation of color #BE4EFF: hue angle of 277.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4EFF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 78 255 -
CMYK 0.25 0.69 0 0
HSL 277.97º 1% 0.65% -
HSV(B) 277.97º 0.69% 1% -
XYZ 42.01 23.62 96.95 -
YUV 131.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 190 78 255 0.25 0.69 0 0 277.97 1 0.65
Hex BE 4E FF 19 45 0 0 116 64 41
Octal 276 116 377 31 105 0 0 426 144 101
Binary 10111110 1001110 11111111 11001 1000101 0 0 100010110 1100100 1000001

Color Harmonies of #BE4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4EFF

Black with #BE4EFF

Text Example


Text Example

White with #BE4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4EFF; }

 p { color: rgb(190,78,255); }

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

background-color css

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

 a { background-color: rgb(190,78,255); }

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

border-color css

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

 span { border-color: rgb(190,78,255); }

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