#BF7FBE

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

Shades of London Hue #BF7FBE

Tints of London Hue #BF7FBE

Color information

#BF7FBE (or 0xBF7FBE) is unknown color: approx London Hue. HEX triplet: BF, 7F and BE. RGB value is (191,127,190). Sum of RGB (Red+Green+Blue) = 191+127+190=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FBE is #408041. Grayscale: #999999. Windows color (decimal): -4227138 or 12484543. OLE color: 12484543.

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

Color convert

RGB191127190-
CMYK00.340.010.25
HSL300.94º33.33%62.35%-
HSV(B)300.94º33.51%74.9%-
XYZ38.3729.9752.48-
YUV153.32148.7154.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=37.60%
G=25%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112719000.340.010.25300.9433.3362.35
HexBF7FBE02211912d213e
Octal2771772760421314554176
Binary101111111111111101111100100010111001100101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FBE; }

 p { color: rgb(191,127,190); }

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

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

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

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

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

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

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