#BF80B1

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

Shades of London Hue #BF80B1

Tints of London Hue #BF80B1

Color information

#BF80B1 (or 0xBF80B1) is unknown color: approx London Hue. HEX triplet: BF, 80 and B1. RGB value is (191,128,177). Sum of RGB (Red+Green+Blue) = 191+128+177=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80B1 is #407F4E. Grayscale: #989898. Windows color (decimal): -4226895 or 11632831. OLE color: 11632831.

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

Color convert

RGB191128177-
CMYK00.330.070.25
HSL313.33º32.98%62.55%-
HSV(B)313.33º32.98%74.9%-
XYZ37.1429.6945.37-
YUV152.42141.87155.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=38.51%
G=25.81%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112817700.330.070.25313.3332.9862.55
HexBF80B1021719139213f
Octal2772002610417314714177
Binary101111111000000010110001010000111111001100111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80B1; }

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

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

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

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

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

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

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

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