#B26AD5

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

Shades of Medium Orchid #B26AD5

Tints of Medium Orchid #B26AD5

Color information

#B26AD5 (or 0xB26AD5) is unknown color: approx Medium Orchid. HEX triplet: B2, 6A and D5. RGB value is (178,106,213). Sum of RGB (Red+Green+Blue) = 178+106+213=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #B26AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26AD5 is #4D952A. Grayscale: #8B8B8B. Windows color (decimal): -5084459 or 13986482. OLE color: 13986482.

HSL color Cylindrical-coordinate representation of color #B26AD5: hue angle of 280.37º 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 #B26AD5 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178106213-
CMYK0.160.5000.16
HSL280.37º56.02%62.55%-
HSV(B)280.37º50.23%83.53%-
XYZ35.5224.5865.82-
YUV139.73169.35155.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=35.81%
G=21.33%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781062130.160.5000.16280.3756.0262.55
HexB26AD51032010118383f
Octal26215232520620204307077
Binary1011001011010101101010110000110010010000100011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AD5; }

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

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

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

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

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

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

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

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