#B27AC6

Color #B27AC6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B27AC6

Tints of East Side #B27AC6

Color information

#B27AC6 (or 0xB27AC6) is unknown color: approx East Side. HEX triplet: B2, 7A and C6. RGB value is (178,122,198). Sum of RGB (Red+Green+Blue) = 178+122+198=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #B27AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AC6 is #4D8539. Grayscale: #939393. Windows color (decimal): -5080378 or 13007538. OLE color: 13007538.

HSL color Cylindrical-coordinate representation of color #B27AC6: hue angle of 284.21º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B27AC6 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178122198-
CMYK0.100.3800.22
HSL284.21º40%62.75%-
HSV(B)284.21º38.38%77.65%-
XYZ35.5127.4656.85-
YUV147.41156.55149.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=35.74%
G=24.50%
B=39.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781221980.100.3800.22284.214062.75
HexB27AC6A2601611c283f
Octal26217230612460264345077
Binary101100101111010110001101010100110010110100011100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AC6; }

 p { color: rgb(178,122,198); }

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

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

 a { background-color: rgb(178,122,198); }

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

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

 span { border-color: rgb(178,122,198); }

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