#b277bb

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

Shades of East Side #B277BB

Tints of East Side #B277BB

Color information

#B277BB (or 0xB277BB) is unknown color: approx East Side. HEX triplet: B2, 77 and BB. RGB value is (178,119,187). Sum of RGB (Red+Green+Blue) = 178+119+187=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B277BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277BB is #4D8844. Grayscale: #909090. Windows color (decimal): -5081157 or 12285874. OLE color: 12285874.

HSL color Cylindrical-coordinate representation of color #B277BB: hue angle of 292.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B277BB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178119187-
CMYK0.050.3600.27
HSL292.06º33.33%60%-
HSV(B)292.06º36.36%73.33%-
XYZ33.9326.2550.29-
YUV144.39152.05151.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=36.78%
G=24.59%
B=38.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781191870.050.3600.27292.0633.3360
HexB277BB52401B124213c
Octal2621672735440334444174
Binary10110010111011110111011101100100011011100100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b277bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b277bb; }

 p { color: rgb(178,119,187); }

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

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

 a { background-color: rgb(178,119,187); }

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

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

 span { border-color: rgb(178,119,187); }

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