#B078AE

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

Shades of London Hue #B078AE

Tints of London Hue #B078AE

Color information

#B078AE (or 0xB078AE) is unknown color: approx London Hue. HEX triplet: B0, 78 and AE. RGB value is (176,120,174). Sum of RGB (Red+Green+Blue) = 176+120+174=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B078AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078AE is #4F8751. Grayscale: #8E8E8E. Windows color (decimal): -5211986 or 11434160. OLE color: 11434160.

HSL color Cylindrical-coordinate representation of color #B078AE: hue angle of 302.14º 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 #B078AE is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176120174-
CMYK00.320.010.31
HSL302.14º26.17%58.04%-
HSV(B)302.14º31.82%69.02%-
XYZ32.2625.7243.31-
YUV142.9145.55151.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=37.45%
G=25.53%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612017400.320.010.31302.1426.1758.04
HexB078AE02011F12e1a3a
Octal2601702560401374563272
Binary10110000111100010101110010000011111110010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078AE; }

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

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

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

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

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

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

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

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