#B86ACF

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

Shades of Medium Orchid #B86ACF

Tints of Medium Orchid #B86ACF

Color information

#B86ACF (or 0xB86ACF) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and CF. RGB value is (184,106,207). Sum of RGB (Red+Green+Blue) = 184+106+207=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ACF is #479530. Grayscale: #8C8C8C. Windows color (decimal): -4691249 or 13593272. OLE color: 13593272.

HSL color Cylindrical-coordinate representation of color #B86ACF: hue angle of 286.34º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86ACF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184106207-
CMYK0.110.4900.19
HSL286.34º51.27%61.37%-
HSV(B)286.34º48.79%81.18%-
XYZ36.182561.95-
YUV140.84165.34158.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=37.02%
G=21.33%
B=41.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841062070.110.4900.19286.3451.2761.37
HexB86ACFB3101311e333d
Octal27015231713610234366375
Binary101110001101010110011111011110001010011100011110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86ACF; }

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

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

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

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

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

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

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

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