#B86ECF

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

Shades of Medium Orchid #B86ECF

Tints of Medium Orchid #B86ECF

Color information

#B86ECF (or 0xB86ECF) is unknown color: approx Medium Orchid. HEX triplet: B8, 6E and CF. RGB value is (184,110,207). Sum of RGB (Red+Green+Blue) = 184+110+207=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ECF is #479130. Grayscale: #8E8E8E. Windows color (decimal): -4690225 or 13594296. OLE color: 13594296.

HSL color Cylindrical-coordinate representation of color #B86ECF: hue angle of 285.77º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86ECF is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184110207-
CMYK0.110.4700.19
HSL285.77º50.26%62.16%-
HSV(B)285.77º46.86%81.18%-
XYZ36.6125.8562.09-
YUV143.18164.02157.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=36.73%
G=21.96%
B=41.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841102070.110.4700.19285.7750.2662.16
HexB86ECFB2F01311e323e
Octal27015631713570234366276
Binary101110001101110110011111011101111010011100011110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ECF; }

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

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

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

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

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

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

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

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