#B181BA

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

Shades of East Side #B181BA

Tints of East Side #B181BA

Color information

#B181BA (or 0xB181BA) is unknown color: approx East Side. HEX triplet: B1, 81 and BA. RGB value is (177,129,186). Sum of RGB (Red+Green+Blue) = 177+129+186=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B181BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181BA is #4E7E45. Grayscale: #959595. Windows color (decimal): -5144134 or 12222897. OLE color: 12222897.

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

Color convert

RGB177129186-
CMYK0.050.3100.27
HSL290.53º29.23%61.76%-
HSV(B)290.53º30.65%72.94%-
XYZ34.8428.5950.14-
YUV149.85148.4147.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=35.98%
G=26.22%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771291860.050.3100.27290.5329.2361.76
HexB181BA51F01B1231d3e
Octal2612012725370334433576
Binary1011000110000001101110101011111101101110010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181BA; }

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

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

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

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

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

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

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

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