#B280AD

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

Shades of London Hue #B280AD

Tints of London Hue #B280AD

Color information

#B280AD (or 0xB280AD) is unknown color: approx London Hue. HEX triplet: B2, 80 and AD. RGB value is (178,128,173). Sum of RGB (Red+Green+Blue) = 178+128+173=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B280AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280AD is #4D7F52. Grayscale: #939393. Windows color (decimal): -5078867 or 11370674. OLE color: 11370674.

HSL color Cylindrical-coordinate representation of color #B280AD: hue angle of 306º 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 #B280AD is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178128173-
CMYK00.280.030.30
HSL306º24.51%60%-
HSV(B)306º28.09%69.8%-
XYZ33.6227.9243.15-
YUV148.08142.06149.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=37.16%
G=26.72%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812817300.280.030.3030624.5160
HexB280AD01C31E132193c
Octal2622002550343364623174
Binary101100101000000010101101011100111111010011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280AD; }

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

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

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

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

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

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

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

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