#B26ED5

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

Shades of Medium Orchid #B26ED5

Tints of Medium Orchid #B26ED5

Color information

#B26ED5 (or 0xB26ED5) is unknown color: approx Medium Orchid. HEX triplet: B2, 6E and D5. RGB value is (178,110,213). Sum of RGB (Red+Green+Blue) = 178+110+213=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #B26ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ED5 is #4D912A. Grayscale: #8D8D8D. Windows color (decimal): -5083435 or 13987506. OLE color: 13987506.

HSL color Cylindrical-coordinate representation of color #B26ED5: hue angle of 279.61º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26ED5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178110213-
CMYK0.160.4800.16
HSL279.61º55.08%63.33%-
HSV(B)279.61º48.36%83.53%-
XYZ35.9525.4265.96-
YUV142.07168.03153.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=35.53%
G=21.96%
B=42.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781102130.160.4800.16279.6155.0863.33
HexB26ED51030010118373f
Octal26215632520600204306777
Binary1011001011011101101010110000110000010000100011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ED5; }

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

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

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

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

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

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

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

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