#B17BBC

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

Shades of East Side #B17BBC

Tints of East Side #B17BBC

Color information

#B17BBC (or 0xB17BBC) is unknown color: approx East Side. HEX triplet: B1, 7B and BC. RGB value is (177,123,188). Sum of RGB (Red+Green+Blue) = 177+123+188=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #B17BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BBC is #4E8443. Grayscale: #929292. Windows color (decimal): -5145668 or 12352433. OLE color: 12352433.

HSL color Cylindrical-coordinate representation of color #B17BBC: hue angle of 289.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17BBC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177123188-
CMYK0.060.3500.26
HSL289.85º32.66%60.98%-
HSV(B)289.85º34.57%73.73%-
XYZ34.2927.1451.01-
YUV146.56151.39149.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=36.27%
G=25.20%
B=38.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771231880.060.3500.26289.8532.6660.98
HexB17BBC62301A122213d
Octal2611732746430324424175
Binary10110001111101110111100110100011011010100100010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BBC; }

 p { color: rgb(177,123,188); }

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

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

 a { background-color: rgb(177,123,188); }

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

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

 span { border-color: rgb(177,123,188); }

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