#BF78AF

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

Shades of London Hue #BF78AF

Tints of London Hue #BF78AF

Color information

#BF78AF (or 0xBF78AF) is unknown color: approx London Hue. HEX triplet: BF, 78 and AF. RGB value is (191,120,175). Sum of RGB (Red+Green+Blue) = 191+120+175=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78AF is #408750. Grayscale: #939393. Windows color (decimal): -4228945 or 11499711. OLE color: 11499711.

HSL color Cylindrical-coordinate representation of color #BF78AF: hue angle of 313.52º 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 #BF78AF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191120175-
CMYK00.370.080.25
HSL313.52º35.68%60.98%-
HSV(B)313.52º37.17%74.9%-
XYZ35.9427.643.99-
YUV147.5143.52159.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=39.30%
G=24.69%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112017500.370.080.25313.5235.6860.98
HexBF78AF02581913a243d
Octal27717025704510314724475
Binary101111111111000101011110100101100011001100111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78AF; }

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

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

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

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

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

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

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

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