#B181C9

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

Shades of East Side #B181C9

Tints of East Side #B181C9

Color information

#B181C9 (or 0xB181C9) is unknown color: approx East Side. HEX triplet: B1, 81 and C9. RGB value is (177,129,201). Sum of RGB (Red+Green+Blue) = 177+129+201=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #B181C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181C9 is #4E7E36. Grayscale: #979797. Windows color (decimal): -5144119 or 13205937. OLE color: 13205937.

HSL color Cylindrical-coordinate representation of color #B181C9: hue angle of 280º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B181C9 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177129201-
CMYK0.120.3600.21
HSL280º40%64.71%-
HSV(B)280º35.82%78.82%-
XYZ36.5229.2658.98-
YUV151.56155.9146.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=34.91%
G=25.44%
B=39.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771292010.120.3600.212804064.71
HexB181C9C240151182841
Octal261201311144402543050101
Binary10110001100000011100100111001001000101011000110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181C9; }

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

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

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

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

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

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

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

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