#B17CBF

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

Shades of East Side #B17CBF

Tints of East Side #B17CBF

Color information

#B17CBF (or 0xB17CBF) is unknown color: approx East Side. HEX triplet: B1, 7C and BF. RGB value is (177,124,191). Sum of RGB (Red+Green+Blue) = 177+124+191=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #B17CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CBF is #4E8340. Grayscale: #939393. Windows color (decimal): -5145409 or 12549297. OLE color: 12549297.

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

Color convert

RGB177124191-
CMYK0.070.3500.25
HSL287.46º34.36%61.76%-
HSV(B)287.46º35.08%74.9%-
XYZ34.7427.5252.77-
YUV147.48152.56149.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 191 (75% from 255) = 38.82%
R=35.98%
G=25.20%
B=38.82%

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
Decimal1771241910.070.3500.25287.4634.3661.76
HexB17CBF72301911f223e
Octal2611742777430314374276
Binary10110001111110010111111111100011011001100011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CBF; }

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

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

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

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

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

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

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

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