#B280BE

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

Shades of East Side #B280BE

Tints of East Side #B280BE

Color information

#B280BE (or 0xB280BE) is unknown color: approx East Side. HEX triplet: B2, 80 and BE. RGB value is (178,128,190). Sum of RGB (Red+Green+Blue) = 178+128+190=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B280BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280BE is #4D7F41. Grayscale: #959595. Windows color (decimal): -5078850 or 12484786. OLE color: 12484786.

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

Color convert

RGB178128190-
CMYK0.060.3300.25
HSL288.39º32.29%62.35%-
HSV(B)288.39º32.63%74.51%-
XYZ35.3728.6252.38-
YUV150.02150.56147.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=35.89%
G=25.81%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781281900.060.3300.25288.3932.2962.35
HexB280BE621019120203e
Octal2622002766410314404076
Binary101100101000000010111110110100001011001100100000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280BE; }

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

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

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

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

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

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

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

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