#B86ACC

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

Shades of Medium Orchid #B86ACC

Tints of Medium Orchid #B86ACC

Color information

#B86ACC (or 0xB86ACC) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and CC. RGB value is (184,106,204). Sum of RGB (Red+Green+Blue) = 184+106+204=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B86ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ACC is #479533. Grayscale: #8C8C8C. Windows color (decimal): -4691252 or 13396664. OLE color: 13396664.

HSL color Cylindrical-coordinate representation of color #B86ACC: hue angle of 287.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86ACC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184106204-
CMYK0.100.4800.2
HSL287.76º49%60.78%-
HSV(B)287.76º48.04%80%-
XYZ35.8224.8660.04-
YUV140.49163.84159.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=37.25%
G=21.46%
B=41.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841062040.100.4800.2287.764960.78
HexB86ACCA30014120313d
Octal27015231412600244406175
Binary101110001101010110011001010110000010100100100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ACC; }

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

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

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

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

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

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

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

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