#B86EED

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

Shades of Medium Orchid #B86EED

Tints of Medium Orchid #B86EED

Color information

#B86EED (or 0xB86EED) is unknown color: approx Medium Orchid. HEX triplet: B8, 6E and ED. RGB value is (184,110,237). Sum of RGB (Red+Green+Blue) = 184+110+237=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B86EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EED is #479112. Grayscale: #929292. Windows color (decimal): -4690195 or 15560376. OLE color: 15560376.

HSL color Cylindrical-coordinate representation of color #B86EED: hue angle of 274.96º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86EED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184110237-
CMYK0.220.5400.07
HSL274.96º77.91%68.04%-
HSV(B)274.96º53.59%92.94%-
XYZ40.6327.4683.28-
YUV146.6179.02154.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 110 (43.36% from 255) = 20.72%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=34.65%
G=20.72%
B=44.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841102370.220.5400.07274.9677.9168.04
HexB86EED1636071134e44
Octal270156355266607423116104
Binary1011100011011101110110110110110110011110001001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EED; }

 p { color: rgb(184,110,237); }

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

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

 a { background-color: rgb(184,110,237); }

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

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

 span { border-color: rgb(184,110,237); }

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