#B27AD8

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

Shades of East Side #B27AD8

Tints of East Side #B27AD8

Color information

#B27AD8 (or 0xB27AD8) is unknown color: approx East Side. HEX triplet: B2, 7A and D8. RGB value is (178,122,216). Sum of RGB (Red+Green+Blue) = 178+122+216=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #B27AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AD8 is #4D8527. Grayscale: #959595. Windows color (decimal): -5080360 or 14187186. OLE color: 14187186.

HSL color Cylindrical-coordinate representation of color #B27AD8: hue angle of 275.74º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27AD8 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178122216-
CMYK0.180.4400.15
HSL275.74º54.65%66.27%-
HSV(B)275.74º43.52%84.71%-
XYZ37.7128.3468.45-
YUV149.46165.55148.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 216 (84.77% from 255) = 41.86%
R=34.50%
G=23.64%
B=41.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781222160.180.4400.15275.7454.6566.27
HexB27AD8122C0F1143742
Octal262172330225401742467102
Binary1011001011110101101100010010101100011111000101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AD8; }

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

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

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

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

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

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

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

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