#B26DC2

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

Shades of Medium Orchid #B26DC2

Tints of Medium Orchid #B26DC2

Color information

#B26DC2 (or 0xB26DC2) is unknown color: approx Medium Orchid. HEX triplet: B2, 6D and C2. RGB value is (178,109,194). Sum of RGB (Red+Green+Blue) = 178+109+194=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #B26DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DC2 is #4D923D. Grayscale: #8B8B8B. Windows color (decimal): -5083710 or 12742066. OLE color: 12742066.

HSL color Cylindrical-coordinate representation of color #B26DC2: hue angle of 288.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26DC2 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178109194-
CMYK0.080.4400.24
HSL288.71º41.06%59.41%-
HSV(B)288.71º43.81%76.08%-
XYZ33.5724.353.96-
YUV139.32158.86155.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 194 (76.17% from 255) = 40.33%
R=37.01%
G=22.66%
B=40.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781091940.080.4400.24288.7141.0659.41
HexB26DC282C018121293b
Octal26215530210540304415173
Binary101100101101101110000101000101100011000100100001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DC2; }

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

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

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

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

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

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

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

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