#B17ED4

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

Shades of East Side #B17ED4

Tints of East Side #B17ED4

Color information

#B17ED4 (or 0xB17ED4) is unknown color: approx East Side. HEX triplet: B1, 7E and D4. RGB value is (177,126,212). Sum of RGB (Red+Green+Blue) = 177+126+212=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #B17ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ED4 is #4E812B. Grayscale: #969696. Windows color (decimal): -5144876 or 13926065. OLE color: 13926065.

HSL color Cylindrical-coordinate representation of color #B17ED4: hue angle of 275.58º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B17ED4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB177126212-
CMYK0.170.4100.17
HSL275.58º50%66.27%-
HSV(B)275.58º40.57%83.14%-
XYZ37.4829.0265.91-
YUV151.05162.4146.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=34.37%
G=24.47%
B=41.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1771262120.170.4100.17275.585066.27
HexB17ED411290111143242
Octal261176324215102142462102
Binary10110001111111011010100100011010010100011000101001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17ED4; }

 p { color: rgb(177,126,212); }

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

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

 a { background-color: rgb(177,126,212); }

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

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

 span { border-color: rgb(177,126,212); }

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