#B26BCC

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

Shades of Medium Orchid #B26BCC

Tints of Medium Orchid #B26BCC

Color information

#B26BCC (or 0xB26BCC) is unknown color: approx Medium Orchid. HEX triplet: B2, 6B and CC. RGB value is (178,107,204). Sum of RGB (Red+Green+Blue) = 178+107+204=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B26BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BCC is #4D9433. Grayscale: #8A8A8A. Windows color (decimal): -5084212 or 13396914. OLE color: 13396914.

HSL color Cylindrical-coordinate representation of color #B26BCC: hue angle of 283.92º 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 #B26BCC is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178107204-
CMYK0.130.4800.2
HSL283.92º48.74%60.98%-
HSV(B)283.92º47.55%80%-
XYZ34.5224.3460.01-
YUV139.29164.52155.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=36.40%
G=21.88%
B=41.72%

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
Decimal1781072040.130.4800.2283.9248.7460.98
HexB26BCCD3001411c313d
Octal26215331415600244346175
Binary101100101101011110011001101110000010100100011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26BCC; }

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

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

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

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

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

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

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

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