#B78EB5

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

Shades of London Hue #B78EB5

Tints of London Hue #B78EB5

Color information

#B78EB5 (or 0xB78EB5) is unknown color: approx London Hue. HEX triplet: B7, 8E and B5. RGB value is (183,142,181). Sum of RGB (Red+Green+Blue) = 183+142+181=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 183 - color contains mainly: red. Hex color #B78EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78EB5 is #48714A. Grayscale: #9E9E9E. Windows color (decimal): -4747595 or 11898551. OLE color: 11898551.

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

Color convert

RGB183142181-
CMYK00.220.010.28
HSL302.93º22.16%63.73%-
HSV(B)302.93º22.4%71.76%-
XYZ37.5432.7548.06-
YUV158.7140.58145.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=36.17%
G=28.06%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314218100.220.010.28302.9322.1663.73
HexB78EB501611C12f1640
Octal26721626502613445726100
Binary101101111000111010110101010110111100100101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EB5; }

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

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

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

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

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

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

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

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