#B86ADD

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

Shades of Medium Orchid #B86ADD

Tints of Medium Orchid #B86ADD

Color information

#B86ADD (or 0xB86ADD) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and DD. RGB value is (184,106,221). Sum of RGB (Red+Green+Blue) = 184+106+221=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B86ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ADD is #479522. Grayscale: #8E8E8E. Windows color (decimal): -4691235 or 14510776. OLE color: 14510776.

HSL color Cylindrical-coordinate representation of color #B86ADD: hue angle of 280.7º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86ADD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184106221-
CMYK0.170.5200.13
HSL280.7º62.84%64.12%-
HSV(B)280.7º52.04%86.67%-
XYZ37.9725.7271.37-
YUV142.43172.34157.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.01%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=36.01%
G=20.74%
B=43.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841062210.170.5200.13280.762.8464.12
HexB86ADD11340D1193f40
Octal270152335216401543177100
Binary1011100011010101101110110001110100011011000110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ADD; }

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

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

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

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

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

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

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

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