#B86CE7

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

Shades of Medium Orchid #B86CE7

Tints of Medium Orchid #B86CE7

Color information

#B86CE7 (or 0xB86CE7) is unknown color: approx Medium Orchid. HEX triplet: B8, 6C and E7. RGB value is (184,108,231). Sum of RGB (Red+Green+Blue) = 184+108+231=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #B86CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CE7 is #479318. Grayscale: #909090. Windows color (decimal): -4690713 or 15166648. OLE color: 15166648.

HSL color Cylindrical-coordinate representation of color #B86CE7: hue angle of 277.07º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86CE7 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184108231-
CMYK0.200.5300.09
HSL277.07º71.93%66.47%-
HSV(B)277.07º53.25%90.59%-
XYZ39.5526.6878.67-
YUV144.75176.68156-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=35.18%
G=20.65%
B=44.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841082310.200.5300.09277.0771.9366.47
HexB86CE71435091154842
Octal2701543472465011425110102
Binary10111000110110011100111101001101010100110001010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CE7; }

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

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

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

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

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

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

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

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