#B78EB1

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

Shades of London Hue #B78EB1

Tints of London Hue #B78EB1

Color information

#B78EB1 (or 0xB78EB1) is unknown color: approx London Hue. HEX triplet: B7, 8E and B1. RGB value is (183,142,177). Sum of RGB (Red+Green+Blue) = 183+142+177=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B78EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78EB1 is #48714E. Grayscale: #9E9E9E. Windows color (decimal): -4747599 or 11636407. OLE color: 11636407.

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

Color convert

RGB183142177-
CMYK00.220.030.28
HSL308.78º22.16%63.73%-
HSV(B)308.78º22.4%71.76%-
XYZ37.1432.5945.93-
YUV158.25138.58145.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=36.45%
G=28.29%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314217700.220.030.28308.7822.1663.73
HexB78EB101631C1351640
Octal26721626102633446526100
Binary1011011110001110101100010101101111100100110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EB1; }

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

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

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

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

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

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

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

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