#B86FDC

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

Shades of Medium Orchid #B86FDC

Tints of Medium Orchid #B86FDC

Color information

#B86FDC (or 0xB86FDC) is unknown color: approx Medium Orchid. HEX triplet: B8, 6F and DC. RGB value is (184,111,220). Sum of RGB (Red+Green+Blue) = 184+111+220=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #B86FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FDC is #479023. Grayscale: #909090. Windows color (decimal): -4689956 or 14446520. OLE color: 14446520.

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

Color convert

RGB184111220-
CMYK0.160.5000.14
HSL280.18º60.89%64.9%-
HSV(B)280.18º49.55%86.27%-
XYZ38.3726.7370.85-
YUV145.25170.18155.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=35.73%
G=21.55%
B=42.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841112200.160.5000.14280.1860.8964.9
HexB86FDC10320E1183d41
Octal270157334206201643075101
Binary1011100011011111101110010000110010011101000110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FDC; }

 p { color: rgb(184,111,220); }

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

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

 a { background-color: rgb(184,111,220); }

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

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

 span { border-color: rgb(184,111,220); }

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