#B26EC6

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

Shades of Medium Orchid #B26EC6

Tints of Medium Orchid #B26EC6

Color information

#B26EC6 (or 0xB26EC6) is unknown color: approx Medium Orchid. HEX triplet: B2, 6E and C6. RGB value is (178,110,198). Sum of RGB (Red+Green+Blue) = 178+110+198=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #B26EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EC6 is #4D9139. Grayscale: #8C8C8C. Windows color (decimal): -5083450 or 13004466. OLE color: 13004466.

HSL color Cylindrical-coordinate representation of color #B26EC6: hue angle of 286.36º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26EC6 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178110198-
CMYK0.100.4400.22
HSL286.36º43.56%60.39%-
HSV(B)286.36º44.44%77.65%-
XYZ34.1324.6956.39-
YUV140.36160.53154.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=36.63%
G=22.63%
B=40.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781101980.100.4400.22286.3643.5660.39
HexB26EC6A2C01611e2c3c
Octal26215630612540264365474
Binary101100101101110110001101010101100010110100011110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EC6; }

 p { color: rgb(178,110,198); }

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

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

 a { background-color: rgb(178,110,198); }

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

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

 span { border-color: rgb(178,110,198); }

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