#B26ACC

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

Shades of Medium Orchid #B26ACC

Tints of Medium Orchid #B26ACC

Color information

#B26ACC (or 0xB26ACC) is unknown color: approx Medium Orchid. HEX triplet: B2, 6A and CC. RGB value is (178,106,204). Sum of RGB (Red+Green+Blue) = 178+106+204=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #B26ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ACC is #4D9533. Grayscale: #8A8A8A. Windows color (decimal): -5084468 or 13396658. OLE color: 13396658.

HSL color Cylindrical-coordinate representation of color #B26ACC: hue angle of 284.08º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26ACC is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178106204-
CMYK0.130.4800.2
HSL284.08º49%60.78%-
HSV(B)284.08º48.04%80%-
XYZ34.4124.1359.97-
YUV138.7164.85156.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=36.48%
G=21.72%
B=41.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781062040.130.4800.2284.084960.78
HexB26ACCD3001411c313d
Octal26215231415600244346175
Binary101100101101010110011001101110000010100100011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ACC; }

 p { color: rgb(178,106,204); }

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

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

 a { background-color: rgb(178,106,204); }

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

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

 span { border-color: rgb(178,106,204); }

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