#B86AC6

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

Shades of Medium Orchid #B86AC6

Tints of Medium Orchid #B86AC6

Color information

#B86AC6 (or 0xB86AC6) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and C6. RGB value is (184,106,198). Sum of RGB (Red+Green+Blue) = 184+106+198=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #B86AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AC6 is #479539. Grayscale: #8B8B8B. Windows color (decimal): -4691258 or 13003448. OLE color: 13003448.

HSL color Cylindrical-coordinate representation of color #B86AC6: hue angle of 290.87º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86AC6 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184106198-
CMYK0.070.4600.22
HSL290.87º44.66%59.61%-
HSV(B)290.87º46.46%77.65%-
XYZ35.1124.5856.32-
YUV139.81160.84159.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=37.70%
G=21.72%
B=40.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841061980.070.4600.22290.8744.6659.61
HexB86AC672E0161232d3c
Octal2701523067560264435574
Binary10111000110101011000110111101110010110100100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AC6; }

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

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

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

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

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

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

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

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