#BE4EFF

Color #BE4EFF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE4EFF

Tints of Medium Orchid #BE4EFF

Color information

#BE4EFF (or 0xBE4EFF) is unknown color: approx 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

RGB19078255-
CMYK0.250.6900
HSL277.97º100%65.29%-
HSV(B)277.97º69.41%100%-
XYZ42.0123.6296.95-
YUV131.67197.61169.61-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190782550.250.6900277.9710065.29
HexBE4EFF1945001166441
Octal2761163773110500426144101
Binary101111101001110111111111100110001010010001011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>