#B277B8

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

Shades of East Side #B277B8

Tints of East Side #B277B8

Color information

#B277B8 (or 0xB277B8) is unknown color: approx East Side. HEX triplet: B2, 77 and B8. RGB value is (178,119,184). Sum of RGB (Red+Green+Blue) = 178+119+184=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 184 - color contains mainly: blue. Hex color #B277B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277B8 is #4D8847. Grayscale: #8F8F8F. Windows color (decimal): -5081160 or 12089266. OLE color: 12089266.

HSL color Cylindrical-coordinate representation of color #B277B8: hue angle of 294.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B277B8 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB178119184-
CMYK0.030.3500.28
HSL294.46º31.4%59.41%-
HSV(B)294.46º35.33%72.16%-
XYZ33.6126.1248.62-
YUV144.05150.55152.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=37.01%
G=24.74%
B=38.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781191840.030.3500.28294.4631.459.41
HexB277B832301C1261f3b
Octal2621672703430344463773
Binary101100101110111101110001110001101110010010011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B277B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B277B8; }

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

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

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

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

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

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

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

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