#B86ACA

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

Shades of Medium Orchid #B86ACA

Tints of Medium Orchid #B86ACA

Color information

#B86ACA (or 0xB86ACA) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and CA. RGB value is (184,106,202). Sum of RGB (Red+Green+Blue) = 184+106+202=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #B86ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ACA is #479535. Grayscale: #8B8B8B. Windows color (decimal): -4691254 or 13265592. OLE color: 13265592.

HSL color Cylindrical-coordinate representation of color #B86ACA: hue angle of 288.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86ACA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184106202-
CMYK0.090.4800.21
HSL288.75º47.52%60.39%-
HSV(B)288.75º47.52%79.22%-
XYZ35.5824.7658.78-
YUV140.27162.84159.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=37.40%
G=21.54%
B=41.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841062020.090.4800.21288.7547.5260.39
HexB86ACA930015121303c
Octal27015231211600254416074
Binary101110001101010110010101001110000010101100100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ACA; }

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

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

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

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

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

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

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

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