#BF7BB2

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

Shades of London Hue #BF7BB2

Tints of London Hue #BF7BB2

Color information

#BF7BB2 (or 0xBF7BB2) is unknown color: approx London Hue. HEX triplet: BF, 7B and B2. RGB value is (191,123,178). Sum of RGB (Red+Green+Blue) = 191+123+178=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BB2 is #40844D. Grayscale: #959595. Windows color (decimal): -4228174 or 11697087. OLE color: 11697087.

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

Color convert

RGB191123178-
CMYK00.360.070.25
HSL311.47º34.69%61.57%-
HSV(B)311.47º35.6%74.9%-
XYZ36.628.4645.68-
YUV149.6144.03157.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=38.82%
G=25%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112317800.360.070.25311.4734.6961.57
HexBF7BB2024719137233e
Octal2771732620447314674376
Binary10111111111101110110010010010011111001100110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BB2; }

 p { color: rgb(191,123,178); }

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

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

 a { background-color: rgb(191,123,178); }

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

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

 span { border-color: rgb(191,123,178); }

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