#B280AF

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

Shades of London Hue #B280AF

Tints of London Hue #B280AF

Color information

#B280AF (or 0xB280AF) is unknown color: approx London Hue. HEX triplet: B2, 80 and AF. RGB value is (178,128,175). Sum of RGB (Red+Green+Blue) = 178+128+175=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B280AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280AF is #4D7F50. Grayscale: #949494. Windows color (decimal): -5078865 or 11501746. OLE color: 11501746.

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

Color convert

RGB178128175-
CMYK00.280.020.30
HSL303.6º24.51%60%-
HSV(B)303.6º28.09%69.8%-
XYZ33.822844.18-
YUV148.31143.06149.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=37.01%
G=26.61%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812817500.280.020.30303.624.5160
HexB280AF01C21E130193c
Octal2622002570342364603174
Binary101100101000000010101111011100101111010011000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280AF; }

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

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

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

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

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

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

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

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