#B17DCA

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

Shades of East Side #B17DCA

Tints of East Side #B17DCA

Color information

#B17DCA (or 0xB17DCA) is unknown color: approx East Side. HEX triplet: B1, 7D and CA. RGB value is (177,125,202). Sum of RGB (Red+Green+Blue) = 177+125+202=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #B17DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DCA is #4E8235. Grayscale: #959595. Windows color (decimal): -5145142 or 13270449. OLE color: 13270449.

HSL color Cylindrical-coordinate representation of color #B17DCA: hue angle of 280.52º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B17DCA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177125202-
CMYK0.120.3800.21
HSL280.52º42.08%64.12%-
HSV(B)280.52º38.12%79.22%-
XYZ36.1328.2859.43-
YUV149.33157.73147.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=35.12%
G=24.80%
B=40.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771252020.120.3800.21280.5242.0864.12
HexB17DCAC260151192a40
Octal261175312144602543152100
Binary1011000111111011100101011001001100101011000110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DCA; }

 p { color: rgb(177,125,202); }

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

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

 a { background-color: rgb(177,125,202); }

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

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

 span { border-color: rgb(177,125,202); }

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