#B78EB9

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

Shades of London Hue #B78EB9

Tints of London Hue #B78EB9

Color information

#B78EB9 (or 0xB78EB9) is unknown color: approx London Hue. HEX triplet: B7, 8E and B9. RGB value is (183,142,185). Sum of RGB (Red+Green+Blue) = 183+142+185=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #B78EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78EB9 is #487146. Grayscale: #9F9F9F. Windows color (decimal): -4747591 or 12160695. OLE color: 12160695.

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

Color convert

RGB183142185-
CMYK0.010.2300.27
HSL297.21º23.5%64.12%-
HSV(B)297.21º23.24%72.55%-
XYZ37.9632.9250.25-
YUV159.16142.58145-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=35.88%
G=27.84%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831421850.010.2300.27297.2123.564.12
HexB78EB911701B1291740
Octal26721627112703345127100
Binary101101111000111010111001110111011011100101001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EB9; }

 p { color: rgb(183,142,185); }

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

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

 a { background-color: rgb(183,142,185); }

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

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

 span { border-color: rgb(183,142,185); }

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