#B78DB3

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

Shades of London Hue #B78DB3

Tints of London Hue #B78DB3

Color information

#B78DB3 (or 0xB78DB3) is unknown color: approx London Hue. HEX triplet: B7, 8D and B3. RGB value is (183,141,179). Sum of RGB (Red+Green+Blue) = 183+141+179=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DB3 is #48724C. Grayscale: #9D9D9D. Windows color (decimal): -4747853 or 11767223. OLE color: 11767223.

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

Color convert

RGB183141179-
CMYK00.230.020.28
HSL305.71º22.58%63.53%-
HSV(B)305.71º22.95%71.76%-
XYZ37.1932.3746.94-
YUV157.89139.91145.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.38%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=36.38%
G=28.03%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314117900.230.020.28305.7122.5863.53
HexB78DB301721C1321740
Octal26721526302723446227100
Binary1011011110001101101100110101111011100100110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DB3; }

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

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

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

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

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

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

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

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