#B17FCD

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

Shades of East Side #B17FCD

Tints of East Side #B17FCD

Color information

#B17FCD (or 0xB17FCD) is unknown color: approx East Side. HEX triplet: B1, 7F and CD. RGB value is (177,127,205). Sum of RGB (Red+Green+Blue) = 177+127+205=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B17FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FCD is #4E8032. Grayscale: #969696. Windows color (decimal): -5144627 or 13467569. OLE color: 13467569.

HSL color Cylindrical-coordinate representation of color #B17FCD: hue angle of 278.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B17FCD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177127205-
CMYK0.140.3800.20
HSL278.46º43.82%65.1%-
HSV(B)278.46º38.05%80.39%-
XYZ36.7428.9361.41-
YUV150.84158.56146.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=34.77%
G=24.95%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771272050.140.3800.20278.4643.8265.1
HexB17FCDE260141162c41
Octal261177315164602442654101
Binary1011000111111111100110111101001100101001000101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FCD; }

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

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

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

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

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

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

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

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