#B172BA

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

Shades of East Side #B172BA

Tints of East Side #B172BA

Color information

#B172BA (or 0xB172BA) is unknown color: approx East Side. HEX triplet: B1, 72 and BA. RGB value is (177,114,186). Sum of RGB (Red+Green+Blue) = 177+114+186=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B172BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172BA is #4E8D45. Grayscale: #8C8C8C. Windows color (decimal): -5147974 or 12219057. OLE color: 12219057.

HSL color Cylindrical-coordinate representation of color #B172BA: hue angle of 292.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B172BA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177114186-
CMYK0.050.3900.27
HSL292.5º34.29%58.82%-
HSV(B)292.5º38.71%72.94%-
XYZ33.0124.9349.53-
YUV141.04153.37153.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=37.11%
G=23.90%
B=38.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771141860.050.3900.27292.534.2958.82
HexB172BA52701B124223b
Octal2611622725470334444273
Binary10110001111001010111010101100111011011100100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172BA; }

 p { color: rgb(177,114,186); }

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

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

 a { background-color: rgb(177,114,186); }

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

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

 span { border-color: rgb(177,114,186); }

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