#B26CD6

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

Shades of Medium Orchid #B26CD6

Tints of Medium Orchid #B26CD6

Color information

#B26CD6 (or 0xB26CD6) is unknown color: approx Medium Orchid. HEX triplet: B2, 6C and D6. RGB value is (178,108,214). Sum of RGB (Red+Green+Blue) = 178+108+214=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #B26CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CD6 is #4D9329. Grayscale: #8C8C8C. Windows color (decimal): -5083946 or 14052530. OLE color: 14052530.

HSL color Cylindrical-coordinate representation of color #B26CD6: hue angle of 279.62º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26CD6 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178108214-
CMYK0.170.5000.16
HSL279.62º56.38%63.14%-
HSV(B)279.62º49.53%83.92%-
XYZ35.8625.0566.56-
YUV141.01169.19154.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 108 (42.58% from 255) = 21.6%
BLUE value IS 214 (83.98% from 255) = 42.8%
R=35.6%
G=21.6%
B=42.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781082140.170.5000.16279.6256.3863.14
HexB26CD61132010118383f
Octal26215432621620204307077
Binary1011001011011001101011010001110010010000100011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CD6; }

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

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

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

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

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

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

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

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