#BE60EE

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

Shades of Medium Orchid #BE60EE

Tints of Medium Orchid #BE60EE

Color information

#BE60EE (or 0xBE60EE) is unknown color: approx Medium Orchid. HEX triplet: BE, 60 and EE. RGB value is (190,96,238). Sum of RGB (Red+Green+Blue) = 190+96+238=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE60EE is #419F11. Grayscale: #8B8B8B. Windows color (decimal): -4300562 or 15622334. OLE color: 15622334.

HSL color Cylindrical-coordinate representation of color #BE60EE: hue angle of 279.72º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE60EE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19096238-
CMYK0.200.6000.07
HSL279.72º80.68%65.49%-
HSV(B)279.72º59.66%93.33%-
XYZ40.8525.4983.66-
YUV140.29183.14163.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=36.26%
G=18.32%
B=45.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal190962380.200.6000.07279.7280.6865.49
HexBE60EE143C071185141
Octal276140356247407430121101
Binary1011111011000001110111010100111100011110001100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60EE; }

 p { color: rgb(190,96,238); }

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

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

 a { background-color: rgb(190,96,238); }

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

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

 span { border-color: rgb(190,96,238); }

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