#BF80BF

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

Shades of London Hue #BF80BF

Tints of London Hue #BF80BF

Color information

#BF80BF (or 0xBF80BF) is unknown color: approx London Hue. HEX triplet: BF, 80 and BF. RGB value is (191,128,191). Sum of RGB (Red+Green+Blue) = 191+128+191=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80BF is #407F40. Grayscale: #999999. Windows color (decimal): -4226881 or 12550335. OLE color: 12550335.

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

Color convert

RGB191128191-
CMYK00.3300.25
HSL300º32.98%62.55%-
HSV(B)300º32.98%74.9%-
XYZ38.6130.2853.1-
YUV154.02148.87154.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 191 (75% from 255) = 37.45%
R=37.45%
G=25.10%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112819100.3300.2530032.9862.55
HexBF80BF02101912c213f
Octal2772002770410314544177
Binary1011111110000000101111110100001011001100101100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80BF; }

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

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

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

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

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

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

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

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