#B26AD1

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

Shades of Medium Orchid #B26AD1

Tints of Medium Orchid #B26AD1

Color information

#B26AD1 (or 0xB26AD1) is unknown color: approx Medium Orchid. HEX triplet: B2, 6A and D1. RGB value is (178,106,209). Sum of RGB (Red+Green+Blue) = 178+106+209=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #B26AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26AD1 is #4D952E. Grayscale: #8A8A8A. Windows color (decimal): -5084463 or 13724338. OLE color: 13724338.

HSL color Cylindrical-coordinate representation of color #B26AD1: hue angle of 281.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26AD1 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178106209-
CMYK0.150.4900.18
HSL281.94º52.82%61.76%-
HSV(B)281.94º49.28%81.96%-
XYZ35.0224.3863.18-
YUV139.27167.35155.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=36.11%
G=21.50%
B=42.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781062090.150.4900.18281.9452.8261.76
HexB26AD1F3101211a353e
Octal26215232117610224326576
Binary101100101101010110100011111110001010010100011010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AD1; }

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

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

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

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

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

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

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

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