#B78FAF

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

Shades of London Hue #B78FAF

Tints of London Hue #B78FAF

Color information

#B78FAF (or 0xB78FAF) is unknown color: approx London Hue. HEX triplet: B7, 8F and AF. RGB value is (183,143,175). Sum of RGB (Red+Green+Blue) = 183+143+175=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B78FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78FAF is #487050. Grayscale: #9E9E9E. Windows color (decimal): -4747345 or 11505591. OLE color: 11505591.

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

Color convert

RGB183143175-
CMYK00.220.040.28
HSL312º21.74%63.92%-
HSV(B)312º21.86%71.76%-
XYZ37.0932.8144.94-
YUV158.61137.25145.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=36.53%
G=28.54%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314317500.220.040.2831221.7463.92
HexB78FAF01641C1381640
Octal26721725702643447026100
Binary10110111100011111010111101011010011100100111000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FAF; }

 p { color: rgb(183,143,175); }

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

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

 a { background-color: rgb(183,143,175); }

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

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

 span { border-color: rgb(183,143,175); }

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