#B86BCF

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

Shades of Medium Orchid #B86BCF

Tints of Medium Orchid #B86BCF

Color information

#B86BCF (or 0xB86BCF) is unknown color: approx Medium Orchid. HEX triplet: B8, 6B and CF. RGB value is (184,107,207). Sum of RGB (Red+Green+Blue) = 184+107+207=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BCF is #479430. Grayscale: #8D8D8D. Windows color (decimal): -4690993 or 13593528. OLE color: 13593528.

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

Color convert

RGB184107207-
CMYK0.110.4800.19
HSL286.2º51.02%61.57%-
HSV(B)286.2º48.31%81.18%-
XYZ36.2925.2161.99-
YUV141.42165.01158.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=36.95%
G=21.49%
B=41.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841072070.110.4800.19286.251.0261.57
HexB86BCFB3001311e333e
Octal27015331713600234366376
Binary101110001101011110011111011110000010011100011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BCF; }

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

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

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

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

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

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

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

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