#B86AEF

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

Shades of Medium Orchid #B86AEF

Tints of Medium Orchid #B86AEF

Color information

#B86AEF (or 0xB86AEF) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and EF. RGB value is (184,106,239). Sum of RGB (Red+Green+Blue) = 184+106+239=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #B86AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AEF is #479510. Grayscale: #909090. Windows color (decimal): -4691217 or 15690424. OLE color: 15690424.

HSL color Cylindrical-coordinate representation of color #B86AEF: hue angle of 275.19º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86AEF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184106239-
CMYK0.230.5600.06
HSL275.19º80.61%67.65%-
HSV(B)275.19º55.65%93.73%-
XYZ40.526.7384.69-
YUV144.48181.34156.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 239 (93.75% from 255) = 45.18%
R=34.78%
G=20.04%
B=45.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841062390.230.5600.06275.1980.6167.65
HexB86AEF1738061135144
Octal270152357277006423121104
Binary1011100011010101110111110111111000011010001001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AEF; }

 p { color: rgb(184,106,239); }

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

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

 a { background-color: rgb(184,106,239); }

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

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

 span { border-color: rgb(184,106,239); }

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