#B78DB1

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

Shades of London Hue #B78DB1

Tints of London Hue #B78DB1

Color information

#B78DB1 (or 0xB78DB1) is unknown color: approx London Hue. HEX triplet: B7, 8D and B1. RGB value is (183,141,177). Sum of RGB (Red+Green+Blue) = 183+141+177=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DB1 is #48724E. Grayscale: #9D9D9D. Windows color (decimal): -4747855 or 11636151. OLE color: 11636151.

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

Color convert

RGB183141177-
CMYK00.230.030.28
HSL308.57º22.58%63.53%-
HSV(B)308.57º22.95%71.76%-
XYZ36.9932.2945.88-
YUV157.66138.91146.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=36.53%
G=28.14%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314117700.230.030.28308.5722.5863.53
HexB78DB101731C1351740
Octal26721526102733446527100
Binary1011011110001101101100010101111111100100110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DB1; }

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

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

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

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

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

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

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

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