#B26ACB

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

Shades of Medium Orchid #B26ACB

Tints of Medium Orchid #B26ACB

Color information

#B26ACB (or 0xB26ACB) is unknown color: approx Medium Orchid. HEX triplet: B2, 6A and CB. RGB value is (178,106,203). Sum of RGB (Red+Green+Blue) = 178+106+203=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B26ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ACB is #4D9534. Grayscale: #8A8A8A. Windows color (decimal): -5084469 or 13331122. OLE color: 13331122.

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

Color convert

RGB178106203-
CMYK0.120.4800.20
HSL284.54º48.26%60.59%-
HSV(B)284.54º47.78%79.61%-
XYZ34.2924.0859.34-
YUV138.59164.35156.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=36.55%
G=21.77%
B=41.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781062030.120.4800.20284.5448.2660.59
HexB26ACBC3001411d303d
Octal26215231314600244356075
Binary101100101101010110010111100110000010100100011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ACB; }

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

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

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

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

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

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

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

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