#B26CDE

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

Shades of Medium Orchid #B26CDE

Tints of Medium Orchid #B26CDE

Color information

#B26CDE (or 0xB26CDE) is unknown color: approx Medium Orchid. HEX triplet: B2, 6C and DE. RGB value is (178,108,222). Sum of RGB (Red+Green+Blue) = 178+108+222=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #B26CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CDE is #4D9321. Grayscale: #8D8D8D. Windows color (decimal): -5083938 or 14576818. OLE color: 14576818.

HSL color Cylindrical-coordinate representation of color #B26CDE: hue angle of 276.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26CDE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178108222-
CMYK0.200.5100.13
HSL276.84º63.33%64.71%-
HSV(B)276.84º51.35%87.06%-
XYZ36.9125.4672.08-
YUV141.93173.19153.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=35.04%
G=21.26%
B=43.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781082220.200.5100.13276.8463.3364.71
HexB26CDE14330D1153f41
Octal262154336246301542577101
Binary1011001011011001101111010100110011011011000101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CDE; }

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

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

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

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

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

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

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

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