#B27FBA

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

Shades of East Side #B27FBA

Tints of East Side #B27FBA

Color information

#B27FBA (or 0xB27FBA) is unknown color: approx East Side. HEX triplet: B2, 7F and BA. RGB value is (178,127,186). Sum of RGB (Red+Green+Blue) = 178+127+186=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B27FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FBA is #4D8045. Grayscale: #949494. Windows color (decimal): -5079110 or 12222386. OLE color: 12222386.

HSL color Cylindrical-coordinate representation of color #B27FBA: hue angle of 291.86º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27FBA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178127186-
CMYK0.040.3200.27
HSL291.86º29.95%61.37%-
HSV(B)291.86º31.72%72.94%-
XYZ34.8128.1950.06-
YUV148.98148.9148.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=36.25%
G=25.87%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781271860.040.3200.27291.8629.9561.37
HexB27FBA42001B1241e3d
Octal2621772724400334443675
Binary1011001011111111011101010010000001101110010010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FBA; }

 p { color: rgb(178,127,186); }

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

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

 a { background-color: rgb(178,127,186); }

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

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

 span { border-color: rgb(178,127,186); }

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