#B26ADF

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

Shades of Medium Orchid #B26ADF

Tints of Medium Orchid #B26ADF

Color information

#B26ADF (or 0xB26ADF) is unknown color: approx Medium Orchid. HEX triplet: B2, 6A and DF. RGB value is (178,106,223). Sum of RGB (Red+Green+Blue) = 178+106+223=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B26ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ADF is #4D9520. Grayscale: #8C8C8C. Windows color (decimal): -5084449 or 14641842. OLE color: 14641842.

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

Color convert

RGB178106223-
CMYK0.200.5200.13
HSL276.92º64.64%64.51%-
HSV(B)276.92º52.47%87.45%-
XYZ36.8325.172.72-
YUV140.87174.35154.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=35.11%
G=20.91%
B=43.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781062230.200.5200.13276.9264.6464.51
HexB26ADF14340D1154141
Octal2621523372464015425101101
Binary10110010110101011011111101001101000110110001010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ADF; }

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

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

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

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

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

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

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

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