#B26DE2

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

Shades of Medium Orchid #B26DE2

Tints of Medium Orchid #B26DE2

Color information

#B26DE2 (or 0xB26DE2) is unknown color: approx Medium Orchid. HEX triplet: B2, 6D and E2. RGB value is (178,109,226). Sum of RGB (Red+Green+Blue) = 178+109+226=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #B26DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DE2 is #4D921D. Grayscale: #8E8E8E. Windows color (decimal): -5083678 or 14839218. OLE color: 14839218.

HSL color Cylindrical-coordinate representation of color #B26DE2: hue angle of 275.38º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26DE2 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178109226-
CMYK0.210.5200.11
HSL275.38º66.86%65.69%-
HSV(B)275.38º51.77%88.63%-
XYZ37.5625.8974.97-
YUV142.97174.86152.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 226 (88.67% from 255) = 44.05%
R=34.70%
G=21.25%
B=44.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781092260.210.5200.11275.3866.8665.69
HexB26DE215340B1134342
Octal2621553422564013423103102
Binary10110010110110111100010101011101000101110001001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DE2; }

 p { color: rgb(178,109,226); }

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

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

 a { background-color: rgb(178,109,226); }

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

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

 span { border-color: rgb(178,109,226); }

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