#B278BB

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

Shades of East Side #B278BB

Tints of East Side #B278BB

Color information

#B278BB (or 0xB278BB) is unknown color: approx East Side. HEX triplet: B2, 78 and BB. RGB value is (178,120,187). Sum of RGB (Red+Green+Blue) = 178+120+187=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B278BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278BB is #4D8744. Grayscale: #909090. Windows color (decimal): -5080901 or 12286130. OLE color: 12286130.

HSL color Cylindrical-coordinate representation of color #B278BB: hue angle of 291.94º 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 #B278BB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178120187-
CMYK0.050.3600.27
HSL291.94º33%60.2%-
HSV(B)291.94º35.83%73.33%-
XYZ34.0526.4950.33-
YUV144.98151.72151.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=36.70%
G=24.74%
B=38.56%

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
Decimal1781201870.050.3600.27291.943360.2
HexB278BB52401B124213c
Octal2621702735440334444174
Binary10110010111100010111011101100100011011100100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B278BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B278BB; }

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

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

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

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

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

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

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

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