#B078AA

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

Shades of London Hue #B078AA

Tints of London Hue #B078AA

Color information

#B078AA (or 0xB078AA) is unknown color: approx London Hue. HEX triplet: B0, 78 and AA. RGB value is (176,120,170). Sum of RGB (Red+Green+Blue) = 176+120+170=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B078AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078AA is #4F8755. Grayscale: #8E8E8E. Windows color (decimal): -5211990 or 11172016. OLE color: 11172016.

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

Color convert

RGB176120170-
CMYK00.320.030.31
HSL306.43º26.17%58.04%-
HSV(B)306.43º31.82%69.02%-
XYZ31.8825.5741.28-
YUV142.44143.55151.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=37.77%
G=25.75%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612017000.320.030.31306.4326.1758.04
HexB078AA02031F1321a3a
Octal2601702520403374623272
Binary101100001111000101010100100000111111110011001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078AA; }

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

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

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

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

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

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

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

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