#B86CCF

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

Shades of Medium Orchid #B86CCF

Tints of Medium Orchid #B86CCF

Color information

#B86CCF (or 0xB86CCF) is unknown color: approx Medium Orchid. HEX triplet: B8, 6C and CF. RGB value is (184,108,207). Sum of RGB (Red+Green+Blue) = 184+108+207=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CCF is #479330. Grayscale: #8D8D8D. Windows color (decimal): -4690737 or 13593784. OLE color: 13593784.

HSL color Cylindrical-coordinate representation of color #B86CCF: hue angle of 286.06º 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 #B86CCF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184108207-
CMYK0.110.4800.19
HSL286.06º50.77%61.76%-
HSV(B)286.06º47.83%81.18%-
XYZ36.3925.4262.02-
YUV142.01164.68157.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=36.87%
G=21.64%
B=41.48%

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
Decimal1841082070.110.4800.19286.0650.7761.76
HexB86CCFB3001311e333e
Octal27015431713600234366376
Binary101110001101100110011111011110000010011100011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CCF; }

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

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

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

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

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

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

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

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