#B17DBE

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

Shades of East Side #B17DBE

Tints of East Side #B17DBE

Color information

#B17DBE (or 0xB17DBE) is unknown color: approx East Side. HEX triplet: B1, 7D and BE. RGB value is (177,125,190). Sum of RGB (Red+Green+Blue) = 177+125+190=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #B17DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DBE is #4E8241. Grayscale: #939393. Windows color (decimal): -5145154 or 12484017. OLE color: 12484017.

HSL color Cylindrical-coordinate representation of color #B17DBE: hue angle of 288º 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 #B17DBE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177125190-
CMYK0.070.3400.25
HSL288º33.33%61.76%-
HSV(B)288º34.21%74.51%-
XYZ34.7627.7352.24-
YUV147.96151.73148.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=35.98%
G=25.41%
B=38.62%

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
Decimal1771251900.070.3400.2528833.3361.76
HexB17DBE722019120213e
Octal2611752767420314404176
Binary10110001111110110111110111100010011001100100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DBE; }

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

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

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

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

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

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

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

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