#B080BB

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

Shades of East Side #B080BB

Tints of East Side #B080BB

Color information

#B080BB (or 0xB080BB) is unknown color: approx East Side. HEX triplet: B0, 80 and BB. RGB value is (176,128,187). Sum of RGB (Red+Green+Blue) = 176+128+187=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B080BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080BB is #4F7F44. Grayscale: #949494. Windows color (decimal): -5209925 or 12288176. OLE color: 12288176.

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

Color convert

RGB176128187-
CMYK0.060.3200.27
HSL288.81º30.26%61.76%-
HSV(B)288.81º31.55%73.33%-
XYZ34.5928.2650.64-
YUV149.08149.4147.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=35.85%
G=26.07%
B=38.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761281870.060.3200.27288.8130.2661.76
HexB080BB62001B1211e3e
Octal2602002736400334413676
Binary10110000100000001011101111010000001101110010000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080BB; }

 p { color: rgb(176,128,187); }

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

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

 a { background-color: rgb(176,128,187); }

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

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

 span { border-color: rgb(176,128,187); }

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