#B860EF

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

Shades of Medium Orchid #B860EF

Tints of Medium Orchid #B860EF

Color information

#B860EF (or 0xB860EF) is unknown color: approx Medium Orchid. HEX triplet: B8, 60 and EF. RGB value is (184,96,239). Sum of RGB (Red+Green+Blue) = 184+96+239=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #B860EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B860EF is #479F10. Grayscale: #8A8A8A. Windows color (decimal): -4693777 or 15687864. OLE color: 15687864.

HSL color Cylindrical-coordinate representation of color #B860EF: hue angle of 276.92º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B860EF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18496239-
CMYK0.230.6000.06
HSL276.92º81.71%65.69%-
HSV(B)276.92º59.83%93.73%-
XYZ39.5324.7984.36-
YUV138.61184.65160.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 239 (93.75% from 255) = 46.05%
R=35.45%
G=18.50%
B=46.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal184962390.230.6000.06276.9281.7165.69
HexB860EF173C061155242
Octal270140357277406425122102
Binary1011100011000001110111110111111100011010001010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860EF; }

 p { color: rgb(184,96,239); }

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

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

 a { background-color: rgb(184,96,239); }

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

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

 span { border-color: rgb(184,96,239); }

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