#B78DAC

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

Shades of London Hue #B78DAC

Tints of London Hue #B78DAC

Color information

#B78DAC (or 0xB78DAC) is unknown color: approx London Hue. HEX triplet: B7, 8D and AC. RGB value is (183,141,172). Sum of RGB (Red+Green+Blue) = 183+141+172=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DAC is #487253. Grayscale: #9D9D9D. Windows color (decimal): -4747860 or 11308471. OLE color: 11308471.

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

Color convert

RGB183141172-
CMYK00.230.060.28
HSL315.71º22.58%63.53%-
HSV(B)315.71º22.95%71.76%-
XYZ36.532.143.3-
YUV157.09136.41146.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=36.90%
G=28.43%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314117200.230.060.28315.7122.5863.53
HexB78DAC01761C13c1740
Octal26721525402763447427100
Binary10110111100011011010110001011111011100100111100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DAC; }

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

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

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

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

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

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

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

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