#B78BAF

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

Shades of London Hue #B78BAF

Tints of London Hue #B78BAF

Color information

#B78BAF (or 0xB78BAF) is unknown color: approx London Hue. HEX triplet: B7, 8B and AF. RGB value is (183,139,175). Sum of RGB (Red+Green+Blue) = 183+139+175=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BAF is #487450. Grayscale: #9C9C9C. Windows color (decimal): -4748369 or 11504567. OLE color: 11504567.

HSL color Cylindrical-coordinate representation of color #B78BAF: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78BAF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183139175-
CMYK00.240.040.28
HSL310.91º23.4%63.14%-
HSV(B)310.91º24.04%71.76%-
XYZ36.531.6344.74-
YUV156.26138.58147.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=36.82%
G=27.97%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313917500.240.040.28310.9123.463.14
HexB78BAF01841C137173f
Octal2672132570304344672777
Binary1011011110001011101011110110001001110010011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BAF; }

 p { color: rgb(183,139,175); }

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

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

 a { background-color: rgb(183,139,175); }

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

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

 span { border-color: rgb(183,139,175); }

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