#B86ECA

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

Shades of Medium Orchid #B86ECA

Tints of Medium Orchid #B86ECA

Color information

#B86ECA (or 0xB86ECA) is unknown color: approx Medium Orchid. HEX triplet: B8, 6E and CA. RGB value is (184,110,202). Sum of RGB (Red+Green+Blue) = 184+110+202=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #B86ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ECA is #479135. Grayscale: #8E8E8E. Windows color (decimal): -4690230 or 13266616. OLE color: 13266616.

HSL color Cylindrical-coordinate representation of color #B86ECA: hue angle of 288.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86ECA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184110202-
CMYK0.090.4600.21
HSL288.26º46.46%61.18%-
HSV(B)288.26º45.54%79.22%-
XYZ3625.6158.92-
YUV142.61161.52157.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 110 (43.36% from 255) = 22.18%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=37.10%
G=22.18%
B=40.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841102020.090.4600.21288.2646.4661.18
HexB86ECA92E0151202e3d
Octal27015631211560254405675
Binary101110001101110110010101001101110010101100100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ECA; }

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

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

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

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

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

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

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

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