#BE55ED

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

Shades of Medium Orchid #BE55ED

Tints of Medium Orchid #BE55ED

Color information

#BE55ED (or 0xBE55ED) is unknown color: approx Medium Orchid. HEX triplet: BE, 55 and ED. RGB value is (190,85,237). Sum of RGB (Red+Green+Blue) = 190+85+237=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55ED is #41AA12. Grayscale: #858585. Windows color (decimal): -4303379 or 15553982. OLE color: 15553982.

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

Color convert

RGB19085237-
CMYK0.200.6400.07
HSL281.45º80.85%63.14%-
HSV(B)281.45º64.14%92.94%-
XYZ39.7723.5682.57-
YUV133.72186.29168.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 85 (33.59% from 255) = 16.60%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=37.11%
G=16.60%
B=46.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal190852370.200.6400.07281.4580.8563.14
HexBE55ED144007119513f
Octal276125355241000743112177
Binary1011111010101011110110110100100000001111000110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55ED; }

 p { color: rgb(190,85,237); }

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

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

 a { background-color: rgb(190,85,237); }

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

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

 span { border-color: rgb(190,85,237); }

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