#B182BD

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

Shades of East Side #B182BD

Tints of East Side #B182BD

Color information

#B182BD (or 0xB182BD) is unknown color: approx East Side. HEX triplet: B1, 82 and BD. RGB value is (177,130,189). Sum of RGB (Red+Green+Blue) = 177+130+189=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #B182BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182BD is #4E7D42. Grayscale: #969696. Windows color (decimal): -5143875 or 12419761. OLE color: 12419761.

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

Color convert

RGB177130189-
CMYK0.060.3100.26
HSL287.8º30.89%62.55%-
HSV(B)287.8º31.22%74.12%-
XYZ35.328.9951.88-
YUV150.78149.57146.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=35.69%
G=26.21%
B=38.10%

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
Decimal1771301890.060.3100.26287.830.8962.55
HexB182BD61F01A1201f3f
Octal2612022756370324403777
Binary1011000110000010101111011101111101101010010000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182BD; }

 p { color: rgb(177,130,189); }

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

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

 a { background-color: rgb(177,130,189); }

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

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

 span { border-color: rgb(177,130,189); }

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