#B17DBF

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

Shades of East Side #B17DBF

Tints of East Side #B17DBF

Color information

#B17DBF (or 0xB17DBF) is unknown color: approx East Side. HEX triplet: B1, 7D and BF. RGB value is (177,125,191). Sum of RGB (Red+Green+Blue) = 177+125+191=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #B17DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DBF is #4E8240. Grayscale: #939393. Windows color (decimal): -5145153 or 12549553. OLE color: 12549553.

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

Color convert

RGB177125191-
CMYK0.070.3500.25
HSL287.27º34.02%61.96%-
HSV(B)287.27º34.55%74.9%-
XYZ34.8727.7852.81-
YUV148.07152.23148.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 191 (75% from 255) = 38.74%
R=35.90%
G=25.35%
B=38.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771251910.070.3500.25287.2734.0261.96
HexB17DBF72301911f223e
Octal2611752777430314374276
Binary10110001111110110111111111100011011001100011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DBF; }

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

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

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

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

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

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

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

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