#B78BB3

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

Shades of London Hue #B78BB3

Tints of London Hue #B78BB3

Color information

#B78BB3 (or 0xB78BB3) is unknown color: approx London Hue. HEX triplet: B7, 8B and B3. RGB value is (183,139,179). Sum of RGB (Red+Green+Blue) = 183+139+179=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BB3 is #48744C. Grayscale: #9C9C9C. Windows color (decimal): -4748365 or 11766711. OLE color: 11766711.

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

Color convert

RGB183139179-
CMYK00.240.020.28
HSL305.45º23.4%63.14%-
HSV(B)305.45º24.04%71.76%-
XYZ36.931.7946.84-
YUV156.72140.58146.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=36.53%
G=27.74%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313917900.240.020.28305.4523.463.14
HexB78BB301821C131173f
Octal2672132630302344612777
Binary101101111000101110110011011000101110010011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BB3; }

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

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

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

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

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

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

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

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