#BF7EB4

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

Shades of London Hue #BF7EB4

Tints of London Hue #BF7EB4

Color information

#BF7EB4 (or 0xBF7EB4) is unknown color: approx London Hue. HEX triplet: BF, 7E and B4. RGB value is (191,126,180). Sum of RGB (Red+Green+Blue) = 191+126+180=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EB4 is #40814B. Grayscale: #979797. Windows color (decimal): -4227404 or 11828927. OLE color: 11828927.

HSL color Cylindrical-coordinate representation of color #BF7EB4: hue angle of 310.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7EB4 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191126180-
CMYK00.340.060.25
HSL310.15º33.68%62.16%-
HSV(B)310.15º34.03%74.9%-
XYZ37.1829.2946.87-
YUV151.59144.03156.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=38.43%
G=25.35%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112618000.340.060.25310.1533.6862.16
HexBF7EB4022619136223e
Octal2771762640426314664276
Binary10111111111111010110100010001011011001100110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EB4; }

 p { color: rgb(191,126,180); }

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

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

 a { background-color: rgb(191,126,180); }

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

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

 span { border-color: rgb(191,126,180); }

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