#BF7AB3

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

Shades of London Hue #BF7AB3

Tints of London Hue #BF7AB3

Color information

#BF7AB3 (or 0xBF7AB3) is unknown color: approx London Hue. HEX triplet: BF, 7A and B3. RGB value is (191,122,179). Sum of RGB (Red+Green+Blue) = 191+122+179=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AB3 is #40854C. Grayscale: #949494. Windows color (decimal): -4228429 or 11762367. OLE color: 11762367.

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

Color convert

RGB191122179-
CMYK00.360.060.25
HSL310.43º35.03%61.37%-
HSV(B)310.43º36.13%74.9%-
XYZ36.5828.2546.17-
YUV149.13144.86157.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=38.82%
G=24.80%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112217900.360.060.25310.4335.0361.37
HexBF7AB3024619136233d
Octal2771722630446314664375
Binary10111111111101010110011010010011011001100110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AB3; }

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

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

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

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

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

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

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

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