#BF77B1

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

Shades of London Hue #BF77B1

Tints of London Hue #BF77B1

Color information

#BF77B1 (or 0xBF77B1) is unknown color: approx London Hue. HEX triplet: BF, 77 and B1. RGB value is (191,119,177). Sum of RGB (Red+Green+Blue) = 191+119+177=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77B1 is #40884E. Grayscale: #929292. Windows color (decimal): -4229199 or 11630527. OLE color: 11630527.

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

Color convert

RGB191119177-
CMYK00.380.070.25
HSL311.67º36%60.78%-
HSV(B)311.67º37.7%74.9%-
XYZ36.0227.4444.99-
YUV147.14144.85159.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=39.22%
G=24.44%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111917700.380.070.25311.673660.78
HexBF77B1026719138243d
Octal2771672610467314704475
Binary10111111111011110110001010011011111001100111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77B1; }

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

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

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

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

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

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

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

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