#B277BE

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

Shades of East Side #B277BE

Tints of East Side #B277BE

Color information

#B277BE (or 0xB277BE) is unknown color: approx East Side. HEX triplet: B2, 77 and BE. RGB value is (178,119,190). Sum of RGB (Red+Green+Blue) = 178+119+190=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B277BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277BE is #4D8841. Grayscale: #909090. Windows color (decimal): -5081154 or 12482482. OLE color: 12482482.

HSL color Cylindrical-coordinate representation of color #B277BE: hue angle of 289.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B277BE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178119190-
CMYK0.060.3700.25
HSL289.86º35.32%60.59%-
HSV(B)289.86º37.37%74.51%-
XYZ34.2526.3852-
YUV144.73153.55151.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=36.55%
G=24.44%
B=39.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781191900.060.3700.25289.8635.3260.59
HexB277BE625019122233d
Octal2621672766450314424375
Binary10110010111011110111110110100101011001100100010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B277BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B277BE; }

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

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

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

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

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

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

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

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