#B182BE

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

Shades of East Side #B182BE

Tints of East Side #B182BE

Color information

#B182BE (or 0xB182BE) is unknown color: approx East Side. HEX triplet: B1, 82 and BE. RGB value is (177,130,190). Sum of RGB (Red+Green+Blue) = 177+130+190=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #B182BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182BE is #4E7D41. Grayscale: #969696. Windows color (decimal): -5143874 or 12485297. OLE color: 12485297.

HSL color Cylindrical-coordinate representation of color #B182BE: hue angle of 287º 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 #B182BE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177130190-
CMYK0.070.3200.25
HSL287º31.58%62.75%-
HSV(B)287º31.58%74.51%-
XYZ35.4129.0352.45-
YUV150.89150.07146.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=35.61%
G=26.16%
B=38.23%

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
Decimal1771301900.070.3200.2528731.5862.75
HexB182BE72001911f203f
Octal2612022767400314374077
Binary101100011000001010111110111100000011001100011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182BE; }

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

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

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

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

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

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

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

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