#B278BE

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

Shades of East Side #B278BE

Tints of East Side #B278BE

Color information

#B278BE (or 0xB278BE) is unknown color: approx East Side. HEX triplet: B2, 78 and BE. RGB value is (178,120,190). Sum of RGB (Red+Green+Blue) = 178+120+190=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B278BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278BE is #4D8741. Grayscale: #919191. Windows color (decimal): -5080898 or 12482738. OLE color: 12482738.

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

Color convert

RGB178120190-
CMYK0.060.3700.25
HSL289.71º35%60.78%-
HSV(B)289.71º36.84%74.51%-
XYZ34.3726.6252.04-
YUV145.32153.22151.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=36.48%
G=24.59%
B=38.93%

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
Decimal1781201900.060.3700.25289.713560.78
HexB278BE625019122233d
Octal2621702766450314424375
Binary10110010111100010111110110100101011001100100010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B278BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B278BE; }

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

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

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

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

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

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

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

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