#B78CB3

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

Shades of London Hue #B78CB3

Tints of London Hue #B78CB3

Color information

#B78CB3 (or 0xB78CB3) is unknown color: approx London Hue. HEX triplet: B7, 8C and B3. RGB value is (183,140,179). Sum of RGB (Red+Green+Blue) = 183+140+179=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B78CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CB3 is #48734C. Grayscale: #9D9D9D. Windows color (decimal): -4748109 or 11766967. OLE color: 11766967.

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

Color convert

RGB183140179-
CMYK00.230.020.28
HSL305.58º22.99%63.33%-
HSV(B)305.58º23.5%71.76%-
XYZ37.0432.0846.89-
YUV157.3140.25146.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=36.45%
G=27.89%
B=35.66%

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
Decimal18314017900.230.020.28305.5822.9963.33
HexB78CB301721C132173f
Octal2672142630272344622777
Binary101101111000110010110011010111101110010011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CB3; }

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

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

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

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

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

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

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

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