#B170BF

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

Shades of East Side #B170BF

Tints of East Side #B170BF

Color information

#B170BF (or 0xB170BF) is unknown color: approx East Side. HEX triplet: B1, 70 and BF. RGB value is (177,112,191). Sum of RGB (Red+Green+Blue) = 177+112+191=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #B170BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170BF is #4E8F40. Grayscale: #8C8C8C. Windows color (decimal): -5148481 or 12546225. OLE color: 12546225.

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

Color convert

RGB177112191-
CMYK0.070.4100.25
HSL289.37º38.16%59.41%-
HSV(B)289.37º41.36%74.9%-
XYZ33.3324.752.3-
YUV140.44156.53154.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 191 (75% from 255) = 39.79%
R=36.88%
G=23.33%
B=39.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771121910.070.4100.25289.3738.1659.41
HexB170BF729019121263b
Octal2611602777510314414673
Binary10110001111000010111111111101001011001100100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170BF; }

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

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

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

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

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

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

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

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