#BF78AE

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

Shades of London Hue #BF78AE

Tints of London Hue #BF78AE

Color information

#BF78AE (or 0xBF78AE) is unknown color: approx London Hue. HEX triplet: BF, 78 and AE. RGB value is (191,120,174). Sum of RGB (Red+Green+Blue) = 191+120+174=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78AE is #408751. Grayscale: #939393. Windows color (decimal): -4228946 or 11434175. OLE color: 11434175.

HSL color Cylindrical-coordinate representation of color #BF78AE: hue angle of 314.37º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78AE is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191120174-
CMYK00.370.090.25
HSL314.37º35.68%60.98%-
HSV(B)314.37º37.17%74.9%-
XYZ35.8427.5743.48-
YUV147.38143.02159.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=39.38%
G=24.74%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112017400.370.090.25314.3735.6860.98
HexBF78AE02591913a243d
Octal27717025604511314724475
Binary101111111111000101011100100101100111001100111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78AE; }

 p { color: rgb(191,120,174); }

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

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

 a { background-color: rgb(191,120,174); }

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

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

 span { border-color: rgb(191,120,174); }

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