#B17CC1

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

Shades of East Side #B17CC1

Tints of East Side #B17CC1

Color information

#B17CC1 (or 0xB17CC1) is unknown color: approx East Side. HEX triplet: B1, 7C and C1. RGB value is (177,124,193). Sum of RGB (Red+Green+Blue) = 177+124+193=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #B17CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CC1 is #4E833E. Grayscale: #939393. Windows color (decimal): -5145407 or 12680369. OLE color: 12680369.

HSL color Cylindrical-coordinate representation of color #B17CC1: hue angle of 286.09º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17CC1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177124193-
CMYK0.080.3600.24
HSL286.09º35.75%62.16%-
HSV(B)286.09º35.75%75.69%-
XYZ34.9627.6153.94-
YUV147.71153.56148.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=35.83%
G=25.10%
B=39.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771241930.080.3600.24286.0935.7562.16
HexB17CC182401811e243e
Octal26117430110440304364476
Binary101100011111100110000011000100100011000100011110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CC1; }

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

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

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

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

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

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

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

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