#B078A9

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

Shades of London Hue #B078A9

Tints of London Hue #B078A9

Color information

#B078A9 (or 0xB078A9) is unknown color: approx London Hue. HEX triplet: B0, 78 and A9. RGB value is (176,120,169). Sum of RGB (Red+Green+Blue) = 176+120+169=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B078A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078A9 is #4F8756. Grayscale: #8E8E8E. Windows color (decimal): -5211991 or 11106480. OLE color: 11106480.

HSL color Cylindrical-coordinate representation of color #B078A9: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B078A9 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB176120169-
CMYK00.320.040.31
HSL307.5º26.17%58.04%-
HSV(B)307.5º31.82%69.02%-
XYZ31.7825.5340.79-
YUV142.33143.05152.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=37.85%
G=25.81%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612016900.320.040.31307.526.1758.04
HexB078A902041F1341a3a
Octal2601702510404374643272
Binary1011000011110001010100101000001001111110011010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078A9; }

 p { color: rgb(176,120,169); }

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

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

 a { background-color: rgb(176,120,169); }

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

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

 span { border-color: rgb(176,120,169); }

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