#B26CC4

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

Shades of Medium Orchid #B26CC4

Tints of Medium Orchid #B26CC4

Color information

#B26CC4 (or 0xB26CC4) is unknown color: approx Medium Orchid. HEX triplet: B2, 6C and C4. RGB value is (178,108,196). Sum of RGB (Red+Green+Blue) = 178+108+196=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #B26CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CC4 is #4D933B. Grayscale: #8A8A8A. Windows color (decimal): -5083964 or 12872882. OLE color: 12872882.

HSL color Cylindrical-coordinate representation of color #B26CC4: hue angle of 287.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26CC4 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB178108196-
CMYK0.090.4500.23
HSL287.73º42.72%59.61%-
HSV(B)287.73º44.9%76.86%-
XYZ33.6924.1855.12-
YUV138.96160.19155.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=36.93%
G=22.41%
B=40.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781081960.090.4500.23287.7342.7259.61
HexB26CC492D0171202b3c
Octal26215430411550274405374
Binary101100101101100110001001001101101010111100100000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CC4; }

 p { color: rgb(178,108,196); }

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

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

 a { background-color: rgb(178,108,196); }

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

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

 span { border-color: rgb(178,108,196); }

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