#B17DD4

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

Shades of East Side #B17DD4

Tints of East Side #B17DD4

Color information

#B17DD4 (or 0xB17DD4) is unknown color: approx East Side. HEX triplet: B1, 7D and D4. RGB value is (177,125,212). Sum of RGB (Red+Green+Blue) = 177+125+212=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #B17DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DD4 is #4E822B. Grayscale: #969696. Windows color (decimal): -5145132 or 13925809. OLE color: 13925809.

HSL color Cylindrical-coordinate representation of color #B17DD4: hue angle of 275.86º 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 #B17DD4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB177125212-
CMYK0.170.4100.17
HSL275.86º50.29%66.08%-
HSV(B)275.86º41.04%83.14%-
XYZ37.3528.7765.87-
YUV150.47162.73146.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 212 (83.20% from 255) = 41.25%
R=34.44%
G=24.32%
B=41.25%

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
Decimal1771252120.170.4100.17275.8650.2966.08
HexB17DD411290111143242
Octal261175324215102142462102
Binary10110001111110111010100100011010010100011000101001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DD4; }

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

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

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

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

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

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

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

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