#B17CCD

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

Shades of East Side #B17CCD

Tints of East Side #B17CCD

Color information

#B17CCD (or 0xB17CCD) is unknown color: approx East Side. HEX triplet: B1, 7C and CD. RGB value is (177,124,205). Sum of RGB (Red+Green+Blue) = 177+124+205=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #B17CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CCD is #4E8332. Grayscale: #949494. Windows color (decimal): -5145395 or 13466801. OLE color: 13466801.

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

Color convert

RGB177124205-
CMYK0.140.4000.20
HSL279.26º44.75%64.51%-
HSV(B)279.26º39.51%80.39%-
XYZ36.3628.1761.28-
YUV149.08159.56147.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=34.98%
G=24.51%
B=40.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771242050.140.4000.20279.2644.7564.51
HexB17CCDE280141172d41
Octal261174315165002442755101
Binary1011000111111001100110111101010000101001000101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CCD; }

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

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

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

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

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

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

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

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