#B17FBF

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

Shades of East Side #B17FBF

Tints of East Side #B17FBF

Color information

#B17FBF (or 0xB17FBF) is unknown color: approx East Side. HEX triplet: B1, 7F and BF. RGB value is (177,127,191). Sum of RGB (Red+Green+Blue) = 177+127+191=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #B17FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FBF is #4E8040. Grayscale: #959595. Windows color (decimal): -5144641 or 12550065. OLE color: 12550065.

HSL color Cylindrical-coordinate representation of color #B17FBF: hue angle of 286.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17FBF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177127191-
CMYK0.070.3400.25
HSL286.88º33.33%62.35%-
HSV(B)286.88º33.51%74.9%-
XYZ35.1228.2952.9-
YUV149.25151.56147.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 191 (75% from 255) = 38.59%
R=35.76%
G=25.66%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771271910.070.3400.25286.8833.3362.35
HexB17FBF72201911f213e
Octal2611772777420314374176
Binary10110001111111110111111111100010011001100011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FBF; }

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

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

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

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

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

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

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

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