#B17CCA

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

Shades of East Side #B17CCA

Tints of East Side #B17CCA

Color information

#B17CCA (or 0xB17CCA) is unknown color: approx East Side. HEX triplet: B1, 7C and CA. RGB value is (177,124,202). Sum of RGB (Red+Green+Blue) = 177+124+202=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #B17CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CCA is #4E8335. Grayscale: #949494. Windows color (decimal): -5145398 or 13270193. OLE color: 13270193.

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

Color convert

RGB177124202-
CMYK0.120.3900.21
HSL280.77º42.39%63.92%-
HSV(B)280.77º38.61%79.22%-
XYZ3628.0359.39-
YUV148.74158.06148.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=35.19%
G=24.65%
B=40.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771242020.120.3900.21280.7742.3963.92
HexB17CCAC270151192a40
Octal261174312144702543152100
Binary1011000111111001100101011001001110101011000110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CCA; }

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

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

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

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

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

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

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

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