#B17FBB

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

Shades of East Side #B17FBB

Tints of East Side #B17FBB

Color information

#B17FBB (or 0xB17FBB) is unknown color: approx East Side. HEX triplet: B1, 7F and BB. RGB value is (177,127,187). Sum of RGB (Red+Green+Blue) = 177+127+187=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B17FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FBB is #4E8044. Grayscale: #949494. Windows color (decimal): -5144645 or 12287921. OLE color: 12287921.

HSL color Cylindrical-coordinate representation of color #B17FBB: hue angle of 290º 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 #B17FBB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177127187-
CMYK0.050.3200.27
HSL290º30.61%61.57%-
HSV(B)290º32.09%73.33%-
XYZ34.6928.1150.61-
YUV148.79149.56148.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=36.05%
G=25.87%
B=38.09%

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
Decimal1771271870.050.3200.2729030.6161.57
HexB17FBB52001B1221f3e
Octal2611772735400334423776
Binary1011000111111111011101110110000001101110010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FBB; }

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

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

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

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

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

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

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

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