#BF7AB7

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

Shades of London Hue #BF7AB7

Tints of London Hue #BF7AB7

Color information

#BF7AB7 (or 0xBF7AB7) is unknown color: approx London Hue. HEX triplet: BF, 7A and B7. RGB value is (191,122,183). Sum of RGB (Red+Green+Blue) = 191+122+183=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AB7 is #408548. Grayscale: #959595. Windows color (decimal): -4228425 or 12024511. OLE color: 12024511.

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

Color convert

RGB191122183-
CMYK00.360.040.25
HSL306.96º35.03%61.37%-
HSV(B)306.96º36.13%74.9%-
XYZ36.9928.4148.33-
YUV149.58146.86157.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=38.51%
G=24.60%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112218300.360.040.25306.9635.0361.37
HexBF7AB7024419133233d
Octal2771722670444314634375
Binary10111111111101010110111010010010011001100110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AB7; }

 p { color: rgb(191,122,183); }

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

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

 a { background-color: rgb(191,122,183); }

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

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

 span { border-color: rgb(191,122,183); }

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