#BE4EFD

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

Shades of Medium Orchid #BE4EFD

Tints of Medium Orchid #BE4EFD

Color information

#BE4EFD (or 0xBE4EFD) is unknown color: approx Medium Orchid. HEX triplet: BE, 4E and FD. RGB value is (190,78,253). Sum of RGB (Red+Green+Blue) = 190+78+253=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE4EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EFD is #41B102. Grayscale: #828282. Windows color (decimal): -4305155 or 16600766. OLE color: 16600766.

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

Color convert

RGB19078253-
CMYK0.250.6900.01
HSL278.4º97.77%64.9%-
HSV(B)278.4º69.17%99.22%-
XYZ41.6923.4995.26-
YUV131.44196.61169.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 78 (30.86% from 255) = 14.97%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=36.47%
G=14.97%
B=48.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190782530.250.6900.01278.497.7764.9
HexBE4EFD1945011166241
Octal2761163753110501426142101
Binary101111101001110111111011100110001010110001011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EFD; }

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

 H1.HeaderClassName
 {
   color: #BE4EFD;
 }
 .AnyTagClassName
 {
   color: #BE4EFD;
 }
</style>
background-color css

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

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

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

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

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

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