#B866E1

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

Shades of Medium Orchid #B866E1

Tints of Medium Orchid #B866E1

Color information

#B866E1 (or 0xB866E1) is unknown color: approx Medium Orchid. HEX triplet: B8, 66 and E1. RGB value is (184,102,225). Sum of RGB (Red+Green+Blue) = 184+102+225=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #B866E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866E1 is #47991E. Grayscale: #8C8C8C. Windows color (decimal): -4692255 or 14771896. OLE color: 14771896.

HSL color Cylindrical-coordinate representation of color #B866E1: hue angle of 280º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B866E1 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184102225-
CMYK0.180.5500.12
HSL280º67.21%64.12%-
HSV(B)280º54.67%88.24%-
XYZ38.1125.1374.08-
YUV140.54175.67159-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.01%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=36.01%
G=19.96%
B=44.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841022250.180.5500.1228067.2164.12
HexB866E112370C1184340
Octal2701463412267014430103100
Binary10111000110011011100001100101101110110010001100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B866E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B866E1; }

 p { color: rgb(184,102,225); }

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

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

 a { background-color: rgb(184,102,225); }

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

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

 span { border-color: rgb(184,102,225); }

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