#B78EBA

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

Shades of London Hue #B78EBA

Tints of London Hue #B78EBA

Color information

#B78EBA (or 0xB78EBA) is unknown color: approx London Hue. HEX triplet: B7, 8E and BA. RGB value is (183,142,186). Sum of RGB (Red+Green+Blue) = 183+142+186=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78EBA is #487145. Grayscale: #9F9F9F. Windows color (decimal): -4747590 or 12226231. OLE color: 12226231.

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

Color convert

RGB183142186-
CMYK0.020.2400.27
HSL295.91º24.18%64.31%-
HSV(B)295.91º23.66%72.94%-
XYZ38.0632.9650.81-
YUV159.28143.08144.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.81%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=35.81%
G=27.79%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831421860.020.2400.27295.9124.1864.31
HexB78EBA21801B1281840
Octal26721627223003345030100
Binary1011011110001110101110101011000011011100101000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EBA; }

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

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

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

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

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

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

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

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