#BF77B5

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

Shades of London Hue #BF77B5

Tints of London Hue #BF77B5

Color information

#BF77B5 (or 0xBF77B5) is unknown color: approx London Hue. HEX triplet: BF, 77 and B5. RGB value is (191,119,181). Sum of RGB (Red+Green+Blue) = 191+119+181=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77B5 is #40884A. Grayscale: #939393. Windows color (decimal): -4229195 or 11892671. OLE color: 11892671.

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

Color convert

RGB191119181-
CMYK00.380.050.25
HSL308.33º36%60.78%-
HSV(B)308.33º37.7%74.9%-
XYZ36.4227.6147.12-
YUV147.6146.85158.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=38.90%
G=24.24%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111918100.380.050.25308.333660.78
HexBF77B5026519134243d
Octal2771672650465314644475
Binary10111111111011110110101010011010111001100110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77B5; }

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

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

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

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

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

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

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

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