#B86AD5

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

Shades of Medium Orchid #B86AD5

Tints of Medium Orchid #B86AD5

Color information

#B86AD5 (or 0xB86AD5) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and D5. RGB value is (184,106,213). Sum of RGB (Red+Green+Blue) = 184+106+213=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #B86AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AD5 is #47952A. Grayscale: #8D8D8D. Windows color (decimal): -4691243 or 13986488. OLE color: 13986488.

HSL color Cylindrical-coordinate representation of color #B86AD5: hue angle of 283.74º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86AD5 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184106213-
CMYK0.140.5000.16
HSL283.74º56.02%62.55%-
HSV(B)283.74º50.23%83.53%-
XYZ36.9325.365.89-
YUV141.52168.34158.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=36.58%
G=21.07%
B=42.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841062130.140.5000.16283.7456.0262.55
HexB86AD5E3201011c383f
Octal27015232516620204347077
Binary101110001101010110101011110110010010000100011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AD5; }

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

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

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

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

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

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

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

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