#BE4FFE

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

Shades of Medium Orchid #BE4FFE

Tints of Medium Orchid #BE4FFE

Color information

#BE4FFE (or 0xBE4FFE) is unknown color: approx Medium Orchid. HEX triplet: BE, 4F and FE. RGB value is (190,79,254). Sum of RGB (Red+Green+Blue) = 190+79+254=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FFE is #41B001. Grayscale: #838383. Windows color (decimal): -4304898 or 16666558. OLE color: 16666558.

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

Color convert

RGB19079254-
CMYK0.250.6900.00
HSL278.06º98.87%65.29%-
HSV(B)278.06º68.9%99.61%-
XYZ41.9223.6996.13-
YUV132.14196.77169.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 79 (31.25% from 255) = 15.11%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=36.33%
G=15.11%
B=48.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal190792540.250.6900.00278.0698.8765.29
HexBE4FFE1945001166341
Octal2761173763110500426143101
Binary101111101001111111111101100110001010010001011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FFE; }

 p { color: rgb(190,79,254); }

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

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

 a { background-color: rgb(190,79,254); }

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

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

 span { border-color: rgb(190,79,254); }

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