#B17FC1

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

Shades of East Side #B17FC1

Tints of East Side #B17FC1

Color information

#B17FC1 (or 0xB17FC1) is unknown color: approx East Side. HEX triplet: B1, 7F and C1. RGB value is (177,127,193). Sum of RGB (Red+Green+Blue) = 177+127+193=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #B17FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FC1 is #4E803E. Grayscale: #959595. Windows color (decimal): -5144639 or 12681137. OLE color: 12681137.

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

Color convert

RGB177127193-
CMYK0.080.3400.24
HSL285.45º34.74%62.75%-
HSV(B)285.45º34.2%75.69%-
XYZ35.3528.3854.07-
YUV149.47152.56147.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=35.61%
G=25.55%
B=38.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771271930.080.3400.24285.4534.7462.75
HexB17FC182201811d233f
Octal26117730110420304354377
Binary101100011111111110000011000100010011000100011101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FC1; }

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

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

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

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

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

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

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

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