#B78DAE

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

Shades of London Hue #B78DAE

Tints of London Hue #B78DAE

Color information

#B78DAE (or 0xB78DAE) is unknown color: approx London Hue. HEX triplet: B7, 8D and AE. RGB value is (183,141,174). Sum of RGB (Red+Green+Blue) = 183+141+174=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DAE is #487251. Grayscale: #9D9D9D. Windows color (decimal): -4747858 or 11439543. OLE color: 11439543.

HSL color Cylindrical-coordinate representation of color #B78DAE: hue angle of 312.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78DAE is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183141174-
CMYK00.230.050.28
HSL312.86º22.58%63.53%-
HSV(B)312.86º22.95%71.76%-
XYZ36.6932.1744.32-
YUV157.32137.41146.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 141 (55.47% from 255) = 28.31%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=36.75%
G=28.31%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314117400.230.050.28312.8622.5863.53
HexB78DAE01751C1391740
Octal26721525602753447127100
Binary10110111100011011010111001011110111100100111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DAE; }

 p { color: rgb(183,141,174); }

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

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

 a { background-color: rgb(183,141,174); }

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

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

 span { border-color: rgb(183,141,174); }

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