#B280AA

Color #B280AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B280AA

Tints of London Hue #B280AA

Color information

#B280AA (or 0xB280AA) is unknown color: approx London Hue. HEX triplet: B2, 80 and AA. RGB value is (178,128,170). Sum of RGB (Red+Green+Blue) = 178+128+170=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B280AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280AA is #4D7F55. Grayscale: #939393. Windows color (decimal): -5078870 or 11174066. OLE color: 11174066.

HSL color Cylindrical-coordinate representation of color #B280AA: hue angle of 309.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B280AA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178128170-
CMYK00.280.040.30
HSL309.6º24.51%60%-
HSV(B)309.6º28.09%69.8%-
XYZ33.3327.8141.64-
YUV147.74140.56149.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=37.39%
G=26.89%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812817000.280.040.30309.624.5160
HexB280AA01C41E136193c
Octal2622002520344364663174
Binary1011001010000000101010100111001001111010011011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280AA; }

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

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

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

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

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

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

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

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