#B86EEE

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

Shades of Medium Orchid #B86EEE

Tints of Medium Orchid #B86EEE

Color information

#B86EEE (or 0xB86EEE) is unknown color: approx Medium Orchid. HEX triplet: B8, 6E and EE. RGB value is (184,110,238). Sum of RGB (Red+Green+Blue) = 184+110+238=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #B86EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EEE is #479111. Grayscale: #929292. Windows color (decimal): -4690194 or 15625912. OLE color: 15625912.

HSL color Cylindrical-coordinate representation of color #B86EEE: hue angle of 274.69º degrees, saturation: 0.79, 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 #B86EEE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184110238-
CMYK0.230.5400.07
HSL274.69º79.01%68.24%-
HSV(B)274.69º53.78%93.33%-
XYZ40.7827.5284.05-
YUV146.72179.52154.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 110 (43.36% from 255) = 20.68%
BLUE value IS 238 (93.36% from 255) = 44.74%
R=34.59%
G=20.68%
B=44.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841102380.230.5400.07274.6979.0168.24
HexB86EEE1736071134f44
Octal270156356276607423117104
Binary1011100011011101110111010111110110011110001001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EEE; }

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

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

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

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

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

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

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

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