#B860F0

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

Shades of Medium Orchid #B860F0

Tints of Medium Orchid #B860F0

Color information

#B860F0 (or 0xB860F0) is unknown color: approx Medium Orchid. HEX triplet: B8, 60 and F0. RGB value is (184,96,240). Sum of RGB (Red+Green+Blue) = 184+96+240=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #B860F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B860F0 is #479F0F. Grayscale: #8A8A8A. Windows color (decimal): -4693776 or 15753400. OLE color: 15753400.

HSL color Cylindrical-coordinate representation of color #B860F0: hue angle of 276.67º degrees, saturation: 0.83, 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 #B860F0 is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18496240-
CMYK0.230.600.06
HSL276.67º82.76%65.88%-
HSV(B)276.67º60%94.12%-
XYZ39.6824.8585.14-
YUV138.73185.15160.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 96 (37.89% from 255) = 18.46%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=35.38%
G=18.46%
B=46.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal184962400.230.600.06276.6782.7665.88
HexB860F0173C061155342
Octal270140360277406425123102
Binary1011100011000001111000010111111100011010001010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860F0; }

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

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

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

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

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

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

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

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