#B17DCC

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

Shades of East Side #B17DCC

Tints of East Side #B17DCC

Color information

#B17DCC (or 0xB17DCC) is unknown color: approx East Side. HEX triplet: B1, 7D and CC. RGB value is (177,125,204). Sum of RGB (Red+Green+Blue) = 177+125+204=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #B17DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DCC is #4E8233. Grayscale: #959595. Windows color (decimal): -5145140 or 13401521. OLE color: 13401521.

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

Color convert

RGB177125204-
CMYK0.130.3900.2
HSL279.49º43.65%64.51%-
HSV(B)279.49º38.73%80%-
XYZ36.3628.3760.69-
YUV149.55158.73147.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=34.98%
G=24.70%
B=40.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771252040.130.3900.2279.4943.6564.51
HexB17DCCD270141172c41
Octal261175314154702442754101
Binary1011000111111011100110011011001110101001000101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DCC; }

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

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

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

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

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

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

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

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