#B27AC8

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

Shades of East Side #B27AC8

Tints of East Side #B27AC8

Color information

#B27AC8 (or 0xB27AC8) is unknown color: approx East Side. HEX triplet: B2, 7A and C8. RGB value is (178,122,200). Sum of RGB (Red+Green+Blue) = 178+122+200=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 200 - color contains mainly: blue. Hex color #B27AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AC8 is #4D8537. Grayscale: #939393. Windows color (decimal): -5080376 or 13138610. OLE color: 13138610.

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

Color convert

RGB178122200-
CMYK0.110.3900.22
HSL283.08º41.49%63.14%-
HSV(B)283.08º39%78.43%-
XYZ35.7427.5558.08-
YUV147.64157.55149.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 200 (78.52% from 255) = 40%
R=35.6%
G=24.4%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781222000.110.3900.22283.0841.4963.14
HexB27AC8B2701611b293f
Octal26217231013470264335177
Binary101100101111010110010001011100111010110100011011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AC8; }

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

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

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

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

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

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

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

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