#BF80B5

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

Shades of London Hue #BF80B5

Tints of London Hue #BF80B5

Color information

#BF80B5 (or 0xBF80B5) is unknown color: approx London Hue. HEX triplet: BF, 80 and B5. RGB value is (191,128,181). Sum of RGB (Red+Green+Blue) = 191+128+181=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B5 is #407F4A. Grayscale: #989898. Windows color (decimal): -4226891 or 11894975. OLE color: 11894975.

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

Color convert

RGB191128181-
CMYK00.330.050.25
HSL309.52º32.98%62.55%-
HSV(B)309.52º32.98%74.9%-
XYZ37.5529.8547.5-
YUV152.88143.87155.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 181 (71.09% from 255) = 36.2%
R=38.2%
G=25.6%
B=36.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112818100.330.050.25309.5232.9862.55
HexBF80B5021519136213f
Octal2772002650415314664177
Binary101111111000000010110101010000110111001100110110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80B5; }

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

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

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

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

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

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

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

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