#B78BAD

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

Shades of London Hue #B78BAD

Tints of London Hue #B78BAD

Color information

#B78BAD (or 0xB78BAD) is unknown color: approx London Hue. HEX triplet: B7, 8B and AD. RGB value is (183,139,173). Sum of RGB (Red+Green+Blue) = 183+139+173=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BAD is #487452. Grayscale: #9B9B9B. Windows color (decimal): -4748371 or 11373495. OLE color: 11373495.

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

Color convert

RGB183139173-
CMYK00.240.050.28
HSL313.64º23.4%63.14%-
HSV(B)313.64º24.04%71.76%-
XYZ36.331.5543.71-
YUV156.03137.58147.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=36.97%
G=28.08%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313917300.240.050.28313.6423.463.14
HexB78BAD01851C13a173f
Octal2672132550305344722777
Binary1011011110001011101011010110001011110010011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BAD; }

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

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

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

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

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

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

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

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