#B86FDA

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

Shades of Medium Orchid #B86FDA

Tints of Medium Orchid #B86FDA

Color information

#B86FDA (or 0xB86FDA) is unknown color: approx Medium Orchid. HEX triplet: B8, 6F and DA. RGB value is (184,111,218). Sum of RGB (Red+Green+Blue) = 184+111+218=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B86FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FDA is #479025. Grayscale: #909090. Windows color (decimal): -4689958 or 14315448. OLE color: 14315448.

HSL color Cylindrical-coordinate representation of color #B86FDA: hue angle of 280.93º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86FDA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184111218-
CMYK0.160.4900.15
HSL280.93º59.12%64.51%-
HSV(B)280.93º49.08%85.49%-
XYZ38.1126.6269.46-
YUV145.02169.18155.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=35.87%
G=21.64%
B=42.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841112180.160.4900.15280.9359.1264.51
HexB86FDA10310F1193b41
Octal270157332206101743173101
Binary1011100011011111101101010000110001011111000110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FDA; }

 p { color: rgb(184,111,218); }

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

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

 a { background-color: rgb(184,111,218); }

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

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

 span { border-color: rgb(184,111,218); }

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