#B26ACA

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

Shades of Medium Orchid #B26ACA

Tints of Medium Orchid #B26ACA

Color information

#B26ACA (or 0xB26ACA) is unknown color: approx Medium Orchid. HEX triplet: B2, 6A and CA. RGB value is (178,106,202). Sum of RGB (Red+Green+Blue) = 178+106+202=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B26ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ACA is #4D9535. Grayscale: #8A8A8A. Windows color (decimal): -5084470 or 13265586. OLE color: 13265586.

HSL color Cylindrical-coordinate representation of color #B26ACA: hue angle of 285º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26ACA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178106202-
CMYK0.120.4800.21
HSL285º47.52%60.39%-
HSV(B)285º47.52%79.22%-
XYZ34.1724.0458.72-
YUV138.47163.85156.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 106 (41.80% from 255) = 21.81%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=36.63%
G=21.81%
B=41.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781062020.120.4800.2128547.5260.39
HexB26ACAC3001511d303c
Octal26215231214600254356074
Binary101100101101010110010101100110000010101100011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ACA; }

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

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

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

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

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

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

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

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