#B27FBB

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

Shades of East Side #B27FBB

Tints of East Side #B27FBB

Color information

#B27FBB (or 0xB27FBB) is unknown color: approx East Side. HEX triplet: B2, 7F and BB. RGB value is (178,127,187). Sum of RGB (Red+Green+Blue) = 178+127+187=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B27FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FBB is #4D8044. Grayscale: #949494. Windows color (decimal): -5079109 or 12287922. OLE color: 12287922.

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

Color convert

RGB178127187-
CMYK0.050.3200.27
HSL291º30.61%61.57%-
HSV(B)291º32.09%73.33%-
XYZ34.9228.2350.62-
YUV149.09149.4148.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=36.18%
G=25.81%
B=38.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781271870.050.3200.2729130.6161.57
HexB27FBB52001B1231f3e
Octal2621772735400334433776
Binary1011001011111111011101110110000001101110010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FBB; }

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

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

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

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

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

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

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

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