#B181BE

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

Shades of East Side #B181BE

Tints of East Side #B181BE

Color information

#B181BE (or 0xB181BE) is unknown color: approx East Side. HEX triplet: B1, 81 and BE. RGB value is (177,129,190). Sum of RGB (Red+Green+Blue) = 177+129+190=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B181BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181BE is #4E7E41. Grayscale: #969696. Windows color (decimal): -5144130 or 12485041. OLE color: 12485041.

HSL color Cylindrical-coordinate representation of color #B181BE: hue angle of 287.21º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B181BE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177129190-
CMYK0.070.3200.25
HSL287.21º31.94%62.55%-
HSV(B)287.21º32.11%74.51%-
XYZ35.2828.7752.41-
YUV150.31150.4147.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=35.69%
G=26.01%
B=38.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771291900.070.3200.25287.2131.9462.55
HexB181BE72001911f203f
Octal2612012767400314374077
Binary101100011000000110111110111100000011001100011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181BE; }

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

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

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

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

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

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

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

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