#B78EB4

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

Shades of London Hue #B78EB4

Tints of London Hue #B78EB4

Color information

#B78EB4 (or 0xB78EB4) is unknown color: approx London Hue. HEX triplet: B7, 8E and B4. RGB value is (183,142,180). Sum of RGB (Red+Green+Blue) = 183+142+180=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B78EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78EB4 is #48714B. Grayscale: #9E9E9E. Windows color (decimal): -4747596 or 11833015. OLE color: 11833015.

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

Color convert

RGB183142180-
CMYK00.220.020.28
HSL304.39º22.16%63.73%-
HSV(B)304.39º22.4%71.76%-
XYZ37.4432.7147.52-
YUV158.59140.08145.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=36.24%
G=28.12%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314218000.220.020.28304.3922.1663.73
HexB78EB401621C1301640
Octal26721626402623446026100
Binary1011011110001110101101000101101011100100110000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EB4; }

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

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

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

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

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

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

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

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