#B78DAF

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

Shades of London Hue #B78DAF

Tints of London Hue #B78DAF

Color information

#B78DAF (or 0xB78DAF) is unknown color: approx London Hue. HEX triplet: B7, 8D and AF. RGB value is (183,141,175). Sum of RGB (Red+Green+Blue) = 183+141+175=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DAF is #487250. Grayscale: #9D9D9D. Windows color (decimal): -4747857 or 11505079. OLE color: 11505079.

HSL color Cylindrical-coordinate representation of color #B78DAF: hue angle of 311.43º 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 #B78DAF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183141175-
CMYK00.230.040.28
HSL311.43º22.58%63.53%-
HSV(B)311.43º22.95%71.76%-
XYZ36.7932.2144.84-
YUV157.43137.91146.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=36.67%
G=28.26%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314117500.230.040.28311.4322.5863.53
HexB78DAF01741C1371740
Octal26721525702743446727100
Binary10110111100011011010111101011110011100100110111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DAF; }

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

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

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

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

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

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

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

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