#B181BC

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

Shades of East Side #B181BC

Tints of East Side #B181BC

Color information

#B181BC (or 0xB181BC) is unknown color: approx East Side. HEX triplet: B1, 81 and BC. RGB value is (177,129,188). Sum of RGB (Red+Green+Blue) = 177+129+188=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #B181BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181BC is #4E7E43. Grayscale: #959595. Windows color (decimal): -5144132 or 12353969. OLE color: 12353969.

HSL color Cylindrical-coordinate representation of color #B181BC: hue angle of 288.81º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B181BC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177129188-
CMYK0.060.3100.26
HSL288.81º30.57%62.16%-
HSV(B)288.81º31.38%73.73%-
XYZ35.0628.6851.26-
YUV150.08149.4147.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=35.83%
G=26.11%
B=38.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771291880.060.3100.26288.8130.5762.16
HexB181BC61F01A1211f3e
Octal2612012746370324413776
Binary1011000110000001101111001101111101101010010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181BC; }

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

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

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

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

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

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

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

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