#BF77B3

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

Shades of London Hue #BF77B3

Tints of London Hue #BF77B3

Color information

#BF77B3 (or 0xBF77B3) is unknown color: approx London Hue. HEX triplet: BF, 77 and B3. RGB value is (191,119,179). Sum of RGB (Red+Green+Blue) = 191+119+179=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77B3 is #40884C. Grayscale: #939393. Windows color (decimal): -4229197 or 11761599. OLE color: 11761599.

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

Color convert

RGB191119179-
CMYK00.380.060.25
HSL310º36%60.78%-
HSV(B)310º37.7%74.9%-
XYZ36.2227.5246.05-
YUV147.37145.85159.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=39.06%
G=24.34%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111917900.380.060.253103660.78
HexBF77B3026619136243d
Octal2771672630466314664475
Binary10111111111011110110011010011011011001100110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77B3; }

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

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

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

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

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

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

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

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