#B266DE

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

Shades of Medium Orchid #B266DE

Tints of Medium Orchid #B266DE

Color information

#B266DE (or 0xB266DE) is unknown color: approx Medium Orchid. HEX triplet: B2, 66 and DE. RGB value is (178,102,222). Sum of RGB (Red+Green+Blue) = 178+102+222=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #B266DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266DE is #4D9921. Grayscale: #8A8A8A. Windows color (decimal): -5085474 or 14575282. OLE color: 14575282.

HSL color Cylindrical-coordinate representation of color #B266DE: hue angle of 278º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B266DE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178102222-
CMYK0.200.5400.13
HSL278º64.52%63.53%-
HSV(B)278º54.05%87.06%-
XYZ36.324.2471.87-
YUV138.4175.18156.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 102 (40.23% from 255) = 20.32%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=35.46%
G=20.32%
B=44.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781022220.200.5400.1327864.5263.53
HexB266DE14360D1164140
Octal2621463362466015426101100
Binary10110010110011011011110101001101100110110001011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266DE; }

 p { color: rgb(178,102,222); }

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

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

 a { background-color: rgb(178,102,222); }

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

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

 span { border-color: rgb(178,102,222); }

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