#B86CED

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

Shades of Medium Orchid #B86CED

Tints of Medium Orchid #B86CED

Color information

#B86CED (or 0xB86CED) is unknown color: approx Medium Orchid. HEX triplet: B8, 6C and ED. RGB value is (184,108,237). Sum of RGB (Red+Green+Blue) = 184+108+237=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #B86CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CED is #479312. Grayscale: #909090. Windows color (decimal): -4690707 or 15559864. OLE color: 15559864.

HSL color Cylindrical-coordinate representation of color #B86CED: hue angle of 275.35º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86CED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184108237-
CMYK0.220.5400.07
HSL275.35º78.18%67.65%-
HSV(B)275.35º54.43%92.94%-
XYZ40.4227.0383.21-
YUV145.43179.68155.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=34.78%
G=20.42%
B=44.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841082370.220.5400.07275.3578.1867.65
HexB86CED1636071134e44
Octal270154355266607423116104
Binary1011100011011001110110110110110110011110001001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CED; }

 p { color: rgb(184,108,237); }

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

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

 a { background-color: rgb(184,108,237); }

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

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

 span { border-color: rgb(184,108,237); }

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